TextFrame
Overview
TextFrame is a class in Aspose.Slides FOSS for .NET.
Inherits from: ISlideComponent, ITextFrame.
Represents the text body of a shape.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Paragraphs | IParagraphCollection | Read | Provides access to the collection of paragraphs within the text frame |
Text | string | Read/Write | |
TextFrameFormat | ITextFrameFormat | Read | Returns the formatting settings applied to the text frame |
ParentShape | IShape? | Read | |
ParentCell | ICell? | Read | Gets the table cell that contains this text frame, or null if none |
Slide | IBaseSlide? | Read | Returns the slide that hosts the shape containing this text frame |
Presentation | IPresentation? | Read | Returns the presentation that owns the slide of this text frame |
AsIPresentationComponent | IPresentationComponent | Read | Casts the text frame to the IPresentationComponent interface |
AsISlideComponent | ISlideComponent | Read | Casts the text frame to the ISlideComponent interface |