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

(Global Index)

Syntax

service CharacterPropertiesAsian;

Description

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

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

Property Details



CharHeightAsian

Syntax

float CharHeightAsian;

Description

This value contains the height of the characters in point.


CharWeightAsian

Syntax

float CharWeightAsian;

Description

This property contains the value of the font weight.

See also

FontWeight

CharFontNameAsian

Syntax

string CharFontNameAsian;

Description

This property specifies the name of the font style.

It may contain more than one name separated by comma.


CharFontStyleNameAsian

Syntax

string CharFontStyleNameAsian;

Description

This property contains the name of the font style.

This property may be empty.


CharFontFamilyAsian

Syntax

short CharFontFamilyAsian;

Description

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


CharFontCharSetAsian

Syntax

short CharFontCharSetAsian;

Description

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


CharFontPitchAsian

Syntax

short CharFontPitchAsian;

Description

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


CharPostureAsian

Syntax

com::sun::star::awt::FontSlant CharPostureAsian;

Description

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

See also

FontSlant

CharLocaleAsian

Syntax

com::sun::star::lang::Locale CharLocaleAsian;

Description

contains the value of the locale.

Top of Page