ParagraphFormat
Overview
ParagraphFormat is a class in Aspose.Slides FOSS for .NET.
Inherits from: PVIObject, IParagraphFormat.
Represents the formatting properties for a paragraph. Unlike , all properties of this class are writeable.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Bullet | IBulletFormat | Read | Gets or sets the bullet formatting applied to the paragraph |
Depth | int | Read/Write | |
Alignment | TextAlignment | Read/Write | |
SpaceWithin | float | Read/Write | |
SpaceBefore | float | Read/Write | |
SpaceAfter | float | Read/Write | |
EastAsianLineBreak | NullableBool | Read/Write | |
RightToLeft | NullableBool | Read/Write | |
LatinLineBreak | NullableBool | Read/Write | Gets or sets whether Latin line breaking rules are applied |
HangingPunctuation | NullableBool | Read/Write | Gets or sets if punctuation hangs outside the text margin |
MarginLeft | float | Read/Write | |
MarginRight | float | Read/Write | |
Indent | float | Read/Write | |
DefaultTabSize | float | Read/Write | |
FontAlignment | FontAlignment | Read/Write | |
DefaultPortionFormat | PortionFormat | Read | Gets or sets the default character formatting for new portions |
Methods
| Signature | Description |
|---|---|
ParagraphFormat() | Creates a new ParagraphFormat with default settings |