Gives information about a word's possible hyphenation points. More...
import "XPossibleHyphens.idl";
Public Member Functions | |
string | getWord () |
com::sun::star::lang::Locale | getLocale () |
string | getPossibleHyphens () |
sequence< short > | getHyphenationPositions () |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
Gives information about a word's possible hyphenation points.
Example: In German pre-spelling-reform you may have the following: getWord: Dampfschiffahrt getPossibleHyphens: Dampf=schiff=fahrt getOrigHyphensPositions: 4, 9 That is "Dampfschiffahrt" can be hyphenated after the "pf" (4) and between the double "ff" (9). And if you are going to hyphenate it at position 9 you will get an additional "f" before the hyphen character.
sequence< short > getHyphenationPositions | ( | ) |
com::sun::star::lang::Locale getLocale | ( | ) |
string getPossibleHyphens | ( | ) |
string getWord | ( | ) |