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

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

Properties' Summary
CharHeightComplex This value contains the height of the characters in point.
CharWeightComplex This property contains the value of the font weight.
CharFontNameComplex This property specifies the name of the font style.
CharFontStyleNameComplex This property contains the name of the font style.
CharFontFamilyComplex This property contains font family as specified in com.sun.star.awt.FontFamily .
CharFontCharSetComplex This property contains the text encoding of the font as specified in com.sun.star.awt.CharSet.
CharFontPitchComplex This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
CharPostureComplex This property contains the value of the posture of the document.
CharLocaleComplex contains the value of the locale.
Properties' Details
CharHeightComplex
float CharHeightComplex;
Description
This value contains the height of the characters in point.
CharWeightComplex
float CharWeightComplex;
Description
This property contains the value of the font weight.
See also
::com::sun::star::awt::FontWeight
CharFontNameComplex
string CharFontNameComplex;
Description
This property specifies the name of the font style.

It may contain more than one name separated by comma.

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

This property may be empty.

CharFontFamilyComplex
short CharFontFamilyComplex;
Description
This property contains font family as specified in com.sun.star.awt.FontFamily .
CharFontCharSetComplex
short CharFontCharSetComplex;
Description
This property contains the text encoding of the font as specified in com.sun.star.awt.CharSet.
CharFontPitchComplex
short CharFontPitchComplex;
Description
This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
CharPostureComplex
::com::sun::star::awt::FontSlant CharPostureComplex;
Description
This property contains the value of the posture of the document.
See also
::com::sun::star::awt::FontSlant
CharLocaleComplex
::com::sun::star::lang::Locale CharLocaleComplex;
Description
contains the value of the locale.

 
Top of Page