Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service CharacterPropertiesAsian

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


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.

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.

Top of Page