IParagraph
Overview
IParagraph is a class in Aspose.Slides FOSS for .NET.
Inherits from: ISlideComponent.
Represents a paragraph of text. Inherits from both and .
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Portions | IPortionCollection | Read | Provides the collection of text portions that compose the paragraph |
ParagraphFormat | IParagraphFormat | Read | Contains the formatting settings applied to the paragraph |
Text | string | Read/Write | Gets or sets the plain text of the paragraph, aggregating its portions |
AsISlideComponent | ISlideComponent | Read | Exposes the paragraph as a slide component for internal use |