service CharacterPropertiesComplex in module com::sun::star::style::

(Global Index)

Syntax

service CharacterPropertiesComplex;

Description

This is a set of properties to describe the style of characters in complex texts.

Property 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.

Property Details



CharHeightComplex

Syntax

float CharHeightComplex;

Description

This value contains the height of the characters in point.


CharWeightComplex

Syntax

float CharWeightComplex;

Description

This property contains the value of the font weight.

See also

FontWeight

CharFontNameComplex

Syntax

string CharFontNameComplex;

Description

This property specifies the name of the font style.

It may contain more than one name separated by comma.


CharFontStyleNameComplex

Syntax

string CharFontStyleNameComplex;

Description

This property contains the name of the font style.

This property may be empty.


CharFontFamilyComplex

Syntax

short CharFontFamilyComplex;

Description

This property contains font family as specified in com.sun.star.awt.FontFamily .


CharFontCharSetComplex

Syntax

short CharFontCharSetComplex;

Description

This property contains the text encoding of the font as specified in com.sun.star.awt.CharSet.


CharFontPitchComplex

Syntax

short CharFontPitchComplex;

Description

This property contains the font pitch as specified in com.sun.star.awt.FontPitch.


CharPostureComplex

Syntax

com::sun::star::awt::FontSlant CharPostureComplex;

Description

This property contains the value of the posture of the document.

See also

FontSlant

CharLocaleComplex

Syntax

com::sun::star::lang::Locale CharLocaleComplex;

Description

contains the value of the locale.

Top of Page