TextFrame
Overview
TextFrame is a class in Aspose.Slides FOSS for Python.
Inherits from: ITextFrame, ISlideComponent, IPresentationComponent.
Represents a TextFrame.
Properties: as_i_presentation_component, as_i_slide_component, paragraphs, parent_cell, parent_shape, presentation, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
paragraphs | IParagraphCollection | Read | Returns the list of all paragraphs in a frame. |
text | str | Read | Gets or sets the plain text for a TextFrame. |
text_frame_format | ITextFrameFormat | Read | Returns the formatting object for this TextFrame object. |
slide | IBaseSlide | Read | Returns the parent slide of a TextFrame. |
presentation | IPresentation | Read | Returns the parent presentation of a TextFrame. |
parent_shape | IShape | Read | Returns the parent shape or null if the parent object does not implement the IShape interface Read-only . |
parent_cell | ICell | Read | Returns the parent cell or null if the parent object does not implement the ICell interface. |
as_i_slide_component | ISlideComponent | Read | Gets the as i slide component. |
as_i_presentation_component | IPresentationComponent | Read | Gets the as i presentation component. |