ITextFrame

Overview

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

Represents the text frame of a shape or cell.

Properties: AsISlideComponent, Paragraphs, ParentCell, ParentShape, Text, TextFrameFormat.

Properties

NameTypeAccessDescription
ParagraphsIParagraphCollectionReadGets the collection of paragraphs in this text frame.
TextstringRead/WriteGets or sets the plain text for this text frame.
TextFrameFormatITextFrameFormatReadGets the formatting object for this text frame.
ParentShapeIShape?ReadGets the parent shape, or null if the parent does not implement IShape.
ParentCellICell?ReadGets the parent cell, or null if the parent does not implement ICell.
AsISlideComponentISlideComponentReadReturns this instance viewed as an ISlideComponent.

See Also