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

NameTypeAccessDescription
paragraphsIParagraphCollectionReadReturns the list of all paragraphs in a frame.
textstrReadGets or sets the plain text for a TextFrame.
text_frame_formatITextFrameFormatReadReturns the formatting object for this TextFrame object.
slideIBaseSlideReadReturns the parent slide of a TextFrame.
presentationIPresentationReadReturns the parent presentation of a TextFrame.
parent_shapeIShapeReadReturns the parent shape or null if the parent object does not implement the IShape interface Read-only .
parent_cellICellReadReturns the parent cell or null if the parent object does not implement the ICell interface.
as_i_slide_componentISlideComponentReadGets the as i slide component.
as_i_presentation_componentIPresentationComponentReadGets the as i presentation component.

See Also