TextFrame
Overview
TextFrame is a class in Aspose.Slides FOSS for .NET.
Inherits from: ISlideComponent, ITextFrame.
Represents the text body of a shape.
Properties: AsIPresentationComponent, AsISlideComponent, Paragraphs, ParentCell, ParentShape, Presentation, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Paragraphs | IParagraphCollection | Read | Gets the paragraphs. |
Text | string | Read/Write | Gets or sets the text. |
TextFrameFormat | ITextFrameFormat | Read | Gets the text frame format. |
ParentShape | IShape? | Read | Gets the parent shape. |
ParentCell | ICell? | Read | Gets the parent cell. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
AsISlideComponent | ISlideComponent | Read | Returns this instance viewed as an ISlideComponent. |