Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: 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
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 Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.