IParagraphFormatEffectiveData class

IParagraphFormatEffectiveData class

Immutable object which contains effective paragraph formatting properties.

The IParagraphFormatEffectiveData type exposes the following members:

Properties

PropertyDescription
bulletReturns a bullet format of a paragraph.
Read-only IBulletFormatEffectiveData.
depthReturns a depth of a paragraph.
Read-only int.
alignmentReturns the text alignment in a paragraph.
Read-only TextAlignment.
space_withinReturns the amount of space between base lines in a paragraph.
Read-only float.
space_beforeReturns the amount of space before the first line in a paragraph.
Read-only float.
space_afterReturns the amount of space after the last line in a paragraph.
Read-only float.
east_asian_line_breakDetermines whether the East Asian line break is used in a paragraph.
Read-only bool.
right_to_leftDetermines whether the Right to Left writing is used in a paragraph.
Read-only bool.
latin_line_breakDetermines whether the Latin line break is used in a paragraph.
Read-only bool.
hanging_punctuationDetermines whether the hanging punctuation is used in a paragraph.
Read-only bool.
margin_leftReturns the left margin in a paragraph.
Read-only float.
margin_rightReturns the right margin in a paragraph.
Read-only float.
indentReturns paragraph First Line Indent/Hanging Indent. Hanging Indent can be defined with negative values.
Read-only float.
default_tab_sizeReturns default tabulation size.
Read-only float.
tabsReturns tabulations of a paragraph.
Read-only ITabEffectiveData[].
font_alignmentReturns a font alignment in a paragraph.
Read-only FontAlignment.
default_portion_formatReturns default portion format of a paragraph.
Read-only IPortionFormatEffectiveData.

Remarks

This interface is used together with the IParagraphFormat interface to return effective formatting values with inheritance applied.

See Also