ITextFrame
Overview
ITextFrame is a interface in Aspose.Slides FOSS for .NET.
Represents the text frame of a shape or cell.
Properties: AsISlideComponent, Paragraphs, ParentCell, ParentShape, Text, TextFrameFormat.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Paragraphs | IParagraphCollection | Read | Gets the collection of paragraphs in this text frame. |
Text | string | Read/Write | Gets or sets the plain text for this text frame. |
TextFrameFormat | ITextFrameFormat | Read | Gets the formatting object for this text frame. |
ParentShape | IShape? | Read | Gets the parent shape, or null if the parent does not implement IShape. |
ParentCell | ICell? | Read | Gets the parent cell, or null if the parent does not implement ICell. |
AsISlideComponent | ISlideComponent | Read | Returns this instance viewed as an ISlideComponent. |