TextFrame

Overview

TextFrame is a class in Aspose.Slides FOSS for .NET. Inherits from: ISlideComponent, ITextFrame.

Represents the text body of a shape.

Properties

NameTypeAccessDescription
ParagraphsIParagraphCollectionReadProvides access to the collection of paragraphs within the text frame
TextstringRead/Write
TextFrameFormatITextFrameFormatReadReturns the formatting settings applied to the text frame
ParentShapeIShape?Read
ParentCellICell?ReadGets the table cell that contains this text frame, or null if none
SlideIBaseSlide?ReadReturns the slide that hosts the shape containing this text frame
PresentationIPresentation?ReadReturns the presentation that owns the slide of this text frame
AsIPresentationComponentIPresentationComponentReadCasts the text frame to the IPresentationComponent interface
AsISlideComponentISlideComponentReadCasts the text frame to the ISlideComponent interface