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

(Global Index)

Syntax

service ParagraphStyle;

Description

specifies a stylesheet for paragraphs within a Text .

Included Services

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

Description

specifies administrative properties.


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

Description

specifies the style properties.


Property Summary

ParaLeftMarginRelative determines the left margin of the paragraph relative to the ParaLeftMargin of the parent style.

ParaRightMarginRelative determines the right margin of the paragraph relative to the ParaRightMargin of the parent style.

ParaTopMarginRelative determines the top margin of the paragraph relative to the ParaTopMargin of the parent style.

ParaBottomMarginRelative determines the Bottom margin of the paragraph relative to the ParaBottomMargin of the parent style.

Category determines the category of a paragraph style.

CharDiffHeight

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



ParaLeftMarginRelative

Syntax

long ParaLeftMarginRelative;

Description

determines the left margin of the paragraph relative to the ParaLeftMargin of the parent style.

If the value of ParaLeftMarginRelative is 100 the current ParaLeftMargin value is used.


ParaRightMarginRelative

Syntax

long ParaRightMarginRelative;

Description

determines the right margin of the paragraph relative to the ParaRightMargin of the parent style.

If the value of ParaRightMarginRelative is 100 the current ParaRightMargin value is used.


ParaTopMarginRelative

Syntax

long ParaTopMarginRelative;

Description

determines the top margin of the paragraph relative to the ParaTopMargin of the parent style.

If the value of ParaTopMarginRelative is 100 the current ParaTopMargin value is used.


ParaBottomMarginRelative

Syntax

long ParaBottomMarginRelative;

Description

determines the Bottom margin of the paragraph relative to the ParaBottomMargin of the parent style.

If the value of ParaBottomMarginRelative is 100 the current ParaBottomMargin value is used.


Category

Syntax

short Category;

Description

determines the category of a paragraph style.

See also

com.sun.star.style.ParagraphStyleCategory

CharDiffHeight

Syntax

float CharDiffHeight;

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