IParagraphFormat
Overview
IParagraphFormat is a interface in Aspose.Slides FOSS for .NET.
Contains the paragraph formatting properties.
Properties: Alignment, Bullet, DefaultPortionFormat, DefaultTabSize, Depth, EastAsianLineBreak, and 10 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Bullet | IBulletFormat | Read | Returns bullet format of the paragraph. |
Depth | int | Read/Write | Returns or sets depth of the paragraph. |
Alignment | TextAlignment | Read/Write | Returns or sets the text alignment in a paragraph with no inheritance. |
SpaceWithin | float | Read/Write | Returns or sets the amount of space between base lines in a paragraph. |
SpaceBefore | float | Read/Write | Returns or sets the amount of space before the first line in a paragraph with no inheritance. |
SpaceAfter | float | Read/Write | Returns or sets the amount of space after the last line in a paragraph with no inheritance. |
EastAsianLineBreak | NullableBool | Read/Write | Determines whether the East Asian line break is used in a paragraph. |
RightToLeft | NullableBool | Read/Write | Determines whether the Right to Left writing is used in a paragraph. |
LatinLineBreak | NullableBool | Read/Write | Determines whether the Latin line break is used in a paragraph. |
HangingPunctuation | NullableBool | Read/Write | Determines whether the hanging punctuation is used in a paragraph. |
MarginLeft | float | Read/Write | Returns or sets the left margin in a paragraph with no inheritance. |
MarginRight | float | Read/Write | Returns or sets the right margin in a paragraph with no inheritance. |
Indent | float | Read/Write | Returns or sets paragraph First Line Indent/Hanging Indent with no inheritance. |
DefaultTabSize | float | Read/Write | Returns or sets default tabulation size with no inheritance. |
FontAlignment | FontAlignment | Read/Write | Returns or sets a font alignment in a paragraph with no inheritance. |
DefaultPortionFormat | PortionFormat | Read | Returns default portion format of a paragraph. |