Paragraph
Overview
Paragraph is a class in Aspose.Slides FOSS for .NET.
Inherits from: IParagraph.
Represents a paragraph of text.
This class provides 1 method for working with Paragraph objects in .NET programs.
Available methods include: Paragraph.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AsIPresentationComponent, AsISlideComponent, ParagraphFormat, Portions, Presentation, Slide, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Portions | IPortionCollection | Read | Gets the portions. |
ParagraphFormat | IParagraphFormat | Read | Gets the paragraph format. |
Text | string | Read/Write | Gets or sets the text. |
AsISlideComponent | ISlideComponent | Read | Gets the as i slide component. |
Slide | IBaseSlide? | Read | Gets the slide. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
Presentation | IPresentation? | Read | Gets the presentation. |
Methods
| Signature | Description |
|---|---|
Paragraph() | Initializes a new instance of the Paragraph class. |