ParagraphFormat
Overview
ParagraphFormat is a class in Aspose.Slides FOSS for .NET.
Inherits from: PVIObject, IParagraphFormat.
Represents the formatting properties for a paragraph.
This class provides 1 method for working with ParagraphFormat objects in .NET programs.
Available methods include: ParagraphFormat.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: Alignment, AsIPresentationComponent, Bullet, DefaultPortionFormat, DefaultTabSize, Depth, and 13 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Bullet | IBulletFormat | Read | Gets the bullet. |
Depth | int | Read/Write | Gets or sets the depth. |
Alignment | TextAlignment | Read/Write | Gets or sets the alignment. |
SpaceWithin | float | Read/Write | Gets or sets the space within. |
SpaceBefore | float | Read/Write | Gets or sets the space before. |
SpaceAfter | float | Read/Write | Gets or sets the space after. |
EastAsianLineBreak | NullableBool | Read/Write | Gets or sets the east asian line break. |
RightToLeft | NullableBool | Read/Write | Gets or sets the right to left. |
LatinLineBreak | NullableBool | Read/Write | Gets or sets the latin line break. |
HangingPunctuation | NullableBool | Read/Write | Gets or sets the hanging punctuation. |
MarginLeft | float | Read/Write | Gets or sets the margin left. |
MarginRight | float | Read/Write | Gets or sets the margin right. |
Indent | float | Read/Write | Gets or sets the indent. |
DefaultTabSize | float | Read/Write | Gets or sets the default tab size. |
FontAlignment | FontAlignment | Read/Write | Gets or sets the font alignment. |
DefaultPortionFormat | PortionFormat | Read | Gets the default portion format. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |
Methods
| Signature | Description |
|---|---|
ParagraphFormat() | Initializes a new instance of the ParagraphFormat class with a detached <a:pPr> element. |