ITextFrame
Overview
ITextFrame is a interface in Aspose.Slides FOSS for .NET.
Represents the text frame of a shape or cell.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Paragraphs | IParagraphCollection | Read | Provides access to the collection of paragraphs contained in the text frame |
Text | string | Read/Write | Gets or sets the plain text content of the text frame |
TextFrameFormat | ITextFrameFormat | Read | Gets the formatting settings applied to the text frame |
ParentShape | IShape? | Read | Returns the shape that contains this text frame, or null if none |
ParentCell | ICell? | Read | |
AsISlideComponent | ISlideComponent | Read | Returns the underlying slide component interface for this text frame |