IParagraphFormat
Overview
IParagraphFormat is a interface in Aspose.Slides FOSS for .NET.
Contains the paragraph formatting properties. Unlike , all properties of this class are writeable.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Bullet | IBulletFormat | Read | Provides access to bullet formatting for the paragraph |
Depth | int | Read/Write | Gets or sets the outline level of the paragraph |
Alignment | TextAlignment | Read/Write | Gets or sets the horizontal alignment of paragraph text |
SpaceWithin | float | Read/Write | Gets or sets the line spacing within the paragraph |
SpaceBefore | float | Read/Write | Gets or sets the spacing before the paragraph |
SpaceAfter | float | Read/Write | Gets or sets the spacing after the paragraph |
EastAsianLineBreak | NullableBool | Read/Write | Gets or sets whether East Asian line breaking is enabled |
RightToLeft | NullableBool | Read/Write | Gets or sets right‑to‑left reading order for the paragraph |
LatinLineBreak | NullableBool | Read/Write | Gets or sets whether Latin line breaking is applied |
HangingPunctuation | NullableBool | Read/Write | Gets or sets whether punctuation hangs outside the margin |
MarginLeft | float | Read/Write | Gets or sets the left margin of the paragraph |
MarginRight | float | Read/Write | Gets or sets the right margin of the paragraph |
Indent | float | Read/Write | Gets or sets the first‑line indent of the paragraph |
DefaultTabSize | float | Read/Write | Gets or sets the default tab stop size for the paragraph |
FontAlignment | FontAlignment | Read/Write | Gets or sets vertical alignment of text within the line |
DefaultPortionFormat | PortionFormat | Read | Gets or sets the default formatting for new portions in the paragraph |