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

enum ConversionDirection
Description
Conversion direction to be used with XConversionDictionary when looking for conversions.
Since
OOo 1.1.2

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