Paragraph
Overview
Paragraph is a class in Aspose.Slides FOSS for Python.
Inherits from: IParagraph, ISlideComponent, IPresentationComponent.
Represents a paragraph of text.
This class provides 1 method for working with Paragraph objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: as_i_presentation_component, as_i_slide_component, paragraph_format, portions, presentation, slide, and 1 more.
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/Write | Gets or sets the the plain text of a paragraph. |
as_i_slide_component | ISlideComponent | Read | Gets the as i slide component. |
slide | IBaseSlide | Read | Gets the slide. |
as_i_presentation_component | IPresentationComponent | Read | Gets the as i presentation component. |
presentation | IPresentation | Read | Gets the presentation. |
Methods
| Signature | Description |
|---|---|
__init__() |