Returns the text frame of a cell.
Read-only
ITextFrame.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public ITextFrame TextFrame { get; }
Public ReadOnly Property TextFrame As ITextFrame
Get
public:
virtual property ITextFrame^ TextFrame {
ITextFrame^ get () sealed;
}
abstract TextFrame : ITextFrame with get
override TextFrame : ITextFrame with get
Property Value
Type:
ITextFrameImplements
ICellTextFrameSee Also