TextFrame

Overview

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

Represents the text body of a shape.

Properties: AsIPresentationComponent, AsISlideComponent, Paragraphs, ParentCell, ParentShape, Presentation, and 3 more.

Properties

NameTypeAccessDescription
ParagraphsIParagraphCollectionReadGets the paragraphs.
TextstringRead/WriteGets or sets the text.
TextFrameFormatITextFrameFormatReadGets the text frame format.
ParentShapeIShape?ReadGets the parent shape.
ParentCellICell?ReadGets the parent cell.
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
AsISlideComponentISlideComponentReadReturns this instance viewed as an ISlideComponent.

See Also