(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: linguistic2 ::

interface XConversionPropertyType
Description
allows set and retrieve the property type of an entry in a conversion dictionary

The property type must be one of ConversionPropertyType

Since
OOo 2.0.0
See also
XConversionDictionary, ConversionPropertyType

Methods' Summary
setPropertyType sets the property type for the specified entry.  
getPropertyType returns the property type for the specified entry.  
Methods' Details
setPropertyType
void
setPropertyType( [in] string  aLeftText,
[in] string  aRightText,
[in] short  nPropertyType )
raises( ::com::sun::star::container::NoSuchElementException,
::com::sun::star::lang::IllegalArgumentException );

Description
sets the property type for the specified entry.

The conversion entry is specified by the pair ( aLeftText, aRightText ).

Parameter aLeftText
the left text of the dictionary entry.
Parameter aRightText
the right text of the dictionary entry.
Parameter nPropertyType
the property type to be set for the entry
getPropertyType
short
getPropertyType( [in] string  aLeftText,
[in] string  aRightText )
raises( ::com::sun::star::container::NoSuchElementException );

Description
returns the property type for the specified entry.

The conversion entry is specified by the pair ( aLeftText, aRightText ).

Parameter aLeftText
the left text of the dictionary entry.
Parameter aRightText
the right text of the dictionary entry.
Returns
returns the property type for the entry with the specified left text.
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.