ITextFrame — Aspose.Slides FOSS Java API Reference

ITextFrame — Represents a TextFrame.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
paragraphsIParagraphCollectionRead/Write
textStringRead/Write
textFrameFormatITextFrameFormatRead/Write
parentShapeIShapeRead/Write
parentCellICellRead/Write

Methods

MethodReturnsDescription
getParagraphs()IParagraphCollectionReturns the list of all paragraphs in a frame.
getText()StringGets the plain text for a TextFrame.
setText(String value)voidSets the plain text for a TextFrame.
getTextFrameFormat()ITextFrameFormatReturns the formatting object for this TextFrame object.
getParentShape()IShapeReturns the parent shape, or null if the parent object does not implement the IShape interface.
getParentCell()ICellReturns the parent cell, or null if the parent object does not implement the ICell interface.
asISlideComponent()ISlideComponentReturns the base ISlideComponent interface.

See Also