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

(Global Index)

Syntax

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.


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

Property Details



CharDiffHeight

Syntax

float CharDiffHeight;

Description

This value contains the character height as difference in point to the height of the character in the parent style.


CharPropHeight

Syntax

short CharPropHeight;

Description

This value contains the character height as percentage value relative to the height of the character in the parent style.


CharDiffHeightAsian

Syntax

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

Syntax

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

Syntax

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

Syntax

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