TextFrame
Overview
TextFrame is a class in Aspose.Slides for Python.
Inherits from: ITextFrame, ISlideComponent, IPresentationComponent.
Represents a TextFrame.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
paragraphs | IParagraphCollection | Read | Provides access to the collection of paragraphs in the text frame |
text | str | Read | |
text_frame_format | ITextFrameFormat | Read | |
slide | IBaseSlide | Read | References the slide that contains this text frame |
presentation | IPresentation | Read | References the presentation that owns this text frame |
parent_shape | IShape | Read | Returns the shape that hosts this text frame |
parent_cell | ICell | Read | |
as_i_slide_component | ISlideComponent | Read | Casts the text frame to the ISlideComponent interface |
as_i_presentation_component | IPresentationComponent | Read | Casts the text frame to the IPresentationComponent interface |