:: com :: sun :: star :: i18n ::

struct ForbiddenCharacters
Description
Locale (mostly CJK) dependent characters that are forbidden at the start or end of a line.

Returned by XLocaleData::getForbiddenCharacters and used with XForbiddenCharacters methods.


Elements' Summary
beginLine Characters forbidden at the start of a line 
endLine Characters forbidden at the end of a line. 
Elements' Details
beginLine
string beginLine;
Description
Characters forbidden at the start of a line
endLine
string endLine;
Description
Characters forbidden at the end of a line.
Top of Page