IParagraphFormatEffectiveData class
Contents
[
Hide
]IParagraphFormatEffectiveData class
Immutable object which contains effective paragraph formatting properties.
The IParagraphFormatEffectiveData type exposes the following members:
Properties
Property | Description |
---|---|
bullet | Returns a bullet format of a paragraph. Read-only IBulletFormatEffectiveData . |
depth | Returns a depth of a paragraph. Read-only int. |
alignment | Returns the text alignment in a paragraph. Read-only TextAlignment . |
space_within | Returns the amount of space between base lines in a paragraph. Read-only float. |
space_before | Returns the amount of space before the first line in a paragraph. Read-only float. |
space_after | Returns the amount of space after the last line in a paragraph. Read-only float. |
east_asian_line_break | Determines whether the East Asian line break is used in a paragraph. Read-only bool. |
right_to_left | Determines whether the Right to Left writing is used in a paragraph. Read-only bool. |
latin_line_break | Determines whether the Latin line break is used in a paragraph. Read-only bool. |
hanging_punctuation | Determines whether the hanging punctuation is used in a paragraph. Read-only bool. |
margin_left | Returns the left margin in a paragraph. Read-only float. |
margin_right | Returns the right margin in a paragraph. Read-only float. |
indent | Returns paragraph First Line Indent/Hanging Indent. Hanging Indent can be defined with negative values. Read-only float. |
default_tab_size | Returns default tabulation size. Read-only float. |
tabs | Returns tabulations of a paragraph. Read-only ITabEffectiveData []. |
font_alignment | Returns a font alignment in a paragraph. Read-only FontAlignment . |
default_portion_format | Returns 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
- class
IParagraphFormat
- module
aspose.slides
- library
Aspose.Slides