ITextFrame

Overview

ITextFrame is a interface in Aspose.Slides FOSS for .NET.

Represents the text frame of a shape or cell.

Properties

NameTypeAccessDescription
ParagraphsIParagraphCollectionReadProvides access to the collection of paragraphs contained in the text frame
TextstringRead/WriteGets or sets the plain text content of the text frame
TextFrameFormatITextFrameFormatReadGets the formatting settings applied to the text frame
ParentShapeIShape?ReadReturns the shape that contains this text frame, or null if none
ParentCellICell?Read
AsISlideComponentISlideComponentReadReturns the underlying slide component interface for this text frame

See Also