Portion
Overview
Portion is a class in Aspose.Slides for Python.
Inherits from: IPortion, ISlideComponent, IPresentationComponent.
Represents a portion of text inside a text paragraph.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
portion_format | IPortionFormat | Read | Provides access to the IPortionFormat for character-level formatting |
text | str | Read | |
as_i_slide_component | ISlideComponent | Read | |
slide | IBaseSlide | Read | |
as_i_presentation_component | IPresentationComponent | Read | Exposes the portion as an IPresentationComponent |
presentation | IPresentation | Read | Returns the presentation object that owns this portion |
Methods
| Signature | Description |
|---|---|
__init__() |