IParagraph
Overview
IParagraph is a class in Aspose.Slides FOSS for .NET.
Inherits from: ISlideComponent.
Represents a paragraph of text.
Properties: AsIPresentationComponent, AsISlideComponent, ParagraphFormat, Portions, Presentation, Slide, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Portions | IPortionCollection | Read | Gets the collection of text portions (runs) that compose this paragraph. |
ParagraphFormat | IParagraphFormat | Read | Gets the formatting object for this paragraph (e.g., alignment, indent, spacing). |
Text | string | Read/Write | Gets or sets the plain text content of the paragraph. |
AsISlideComponent | ISlideComponent | Read | Returns this instance cast to the ISlideComponent base interface. |
Slide | IBaseSlide? | Read | Gets the owning base slide. |
AsIPresentationComponent | IPresentationComponent | Read | Returns this instance viewed as an IPresentationComponent. |
Presentation | IPresentation? | Read | Gets the owning presentation. |