:: com :: sun :: star :: style ::

service CharacterPropertiesAsian
Description
This is a set of properties to describe the style of characters in asian texts.
Developers Guide
7.3.2 Text Documents - Working with Text Documents - Formatting

Properties' Summary
CharHeightAsian This value contains the height of the characters in point.
CharWeightAsian This property contains the value of the font weight.
CharFontNameAsian This property specifies the name of the font style.
CharFontStyleNameAsian This property contains the name of the font style.
CharFontFamilyAsian This property contains font family as specified in com.sun.star.awt.FontFamily .
CharFontCharSetAsian This property contains the text encoding of the font as specified in com.sun.star.awt.CharSet.
CharFontPitchAsian This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
CharPostureAsian This property contains the value of the posture of the document.
CharLocaleAsian contains the value of the locale.
ParaIsCharacterDistance specifies if an automatic spacing is inserted between characters of different script types.
ParaIsForbiddenRules specifies if rules for forbidden characters at beginning or end of line are applied.
ParaIsHangingPunctuation specifies if hanging punctuation is allowed in this paragraph.
Properties' Details
CharHeightAsian
float CharHeightAsian;
Description
This value contains the height of the characters in point.
CharWeightAsian
float CharWeightAsian;
Description
This property contains the value of the font weight.
See also
::com::sun::star::awt::FontWeight
CharFontNameAsian
string CharFontNameAsian;
Description
This property specifies the name of the font style.

It may contain more than one name separated by comma.

CharFontStyleNameAsian
string CharFontStyleNameAsian;
Description
This property contains the name of the font style.

This property may be empty.

CharFontFamilyAsian
short CharFontFamilyAsian;
Description
This property contains font family as specified in com.sun.star.awt.FontFamily .
CharFontCharSetAsian
short CharFontCharSetAsian;
Description
This property contains the text encoding of the font as specified in com.sun.star.awt.CharSet.
CharFontPitchAsian
short CharFontPitchAsian;
Description
This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
CharPostureAsian
::com::sun::star::awt::FontSlant CharPostureAsian;
Description
This property contains the value of the posture of the document.
See also
::com::sun::star::awt::FontSlant
CharLocaleAsian
::com::sun::star::lang::Locale CharLocaleAsian;
Description
contains the value of the locale.
ParaIsCharacterDistance
boolean ParaIsCharacterDistance;
Description
specifies if an automatic spacing is inserted between characters of different script types.
ParaIsForbiddenRules
boolean ParaIsForbiddenRules;
Description
specifies if rules for forbidden characters at beginning or end of line are applied.
ParaIsHangingPunctuation
boolean ParaIsHangingPunctuation;
Description
specifies if hanging punctuation is allowed in this paragraph.

 
Top of Page