Paragraph
Overview
Paragraph is a class in Aspose.Slides FOSS for .NET.
Inherits from: IParagraph.
Represents a paragraph of text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Portions | IPortionCollection | Read | |
ParagraphFormat | IParagraphFormat | Read | Gives access to paragraph-level formatting settings |
Text | string | Read/Write | |
AsISlideComponent | ISlideComponent | Read | Returns the paragraph as an ISlideComponent interface |
Slide | IBaseSlide? | Read | |
AsIPresentationComponent | IPresentationComponent | Read | Returns the paragraph as an IPresentationComponent interface |
Presentation | IPresentation? | Read |
Methods
| Signature | Description |
|---|---|
Paragraph() | Creates a new empty Paragraph instance |