Paragraph
Overview
Paragraph is a class in Aspose.Slides FOSS for Python.
Inherits from: IParagraph, ISlideComponent, IPresentationComponent.
Represents a paragraph of text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
portions | IPortionCollection | Read | Returns the collection of a text portions. |
paragraph_format | IParagraphFormat | Read | Returns the formatting object for this paragraph. |
text | str | Read | Gets or sets the the plain text of a paragraph. |
as_i_slide_component | ISlideComponent | Read | |
slide | IBaseSlide | Read | |
as_i_presentation_component | IPresentationComponent | Read | Provides the paragraph as an IPresentationComponent interface |
presentation | IPresentation | Read | Returns the presentation that owns this paragraph |
Methods
| Signature | Description |
|---|---|
__init__() |