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

enum ConversionDirection
Description
Conversion direction to be used with XConversionDictionary when looking for conversions.
Since version
OpenOffice.org 1.1

Values
FROM_LEFT the text to be looked for should match the the left part of the dictionarys entry.
FROM_RIGHT the text to be looked for should match the the right part of the dictionarys entry.
Values' Details
FROM_LEFT
FROM_LEFT,
Description
the text to be looked for should match the the left part of the dictionarys entry.
FROM_RIGHT
FROM_RIGHT,
Description
the text to be looked for should match the the right part of the dictionarys entry.
Top of Page