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

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

service CharacterStyle

Description
specifies a stylesheet for characters within a Text .


Included Services

com::sun::star::style::Style
Description
specifies administrative properties.
com::sun::star::style::CharacterProperties
Description
specifies the style properties.

Properties' Summary

CharDiffHeight This value contains the character height as difference in point to the height of the character in the parent style.
CharPropHeight This value contains the character height as percentage value relative to the height of the character in the parent style.
CharDiffHeightAsian This value contains the character height as difference in point to the height of the character in the parent style in Asian text.
CharPropHeightAsian This value contains the character height as percentage value relative to the height of the character in the parent style in Asian text.
CharDiffHeightComplex This value contains the character height as difference in point to the height of the character in the parent style in complex text.
CharPropHeightComplex This value contains the character height as percentage value relative to the height of the character in the parent style in complex text.

Properties' Details

CharDiffHeight
 
float CharDiffHeight;
Description
This value contains the character height as difference in point to the height of the character in the parent style.
CharPropHeight
 
short CharPropHeight;
Description
This value contains the character height as percentage value relative to the height of the character in the parent style.
CharDiffHeightAsian
 
float CharDiffHeightAsian;
Description
This value contains the character height as difference in point to the height of the character in the parent style in Asian text.
CharPropHeightAsian
 
short CharPropHeightAsian;
Description
This value contains the character height as percentage value relative to the height of the character in the parent style in Asian text.
CharDiffHeightComplex
 
float CharDiffHeightComplex;
Description
This value contains the character height as difference in point to the height of the character in the parent style in complex text.
CharPropHeightComplex
 
short CharPropHeightComplex;
Description
This value contains the character height as percentage value relative to the height of the character in the parent style in complex text.

Top of Page