IParagraphFormatEffectiveData
Contents
[
Hide
]
IParagraphFormatEffectiveData class
Immutable object which contains effective paragraph formatting properties.
The IParagraphFormatEffectiveData type exposes the following members:
Properties
Name | 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 |
space_before | Returns the amount of space before the first line in a paragraph. Read-only |
space_after | Returns the amount of space after the last line in a paragraph. Read-only |
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 |
margin_right | Returns the right margin in a paragraph. Read-only |
indent | Returns paragraph First Line Indent/Hanging Indent. Hanging Indent can be defined with negative values. Read-only |
default_tab_size | Returns default tabulation size. Read-only |
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. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides