TextFrame — Aspose.Slides FOSS Java API Reference

TextFrame — Represents a text frame containing paragraphs. Inherits from: ITextFrame.

Package: org.aspose.slides.foss


Properties

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

Methods

MethodReturnsDescription
getParagraphs()IParagraphCollectionReturns the paragraph collection.
getTextFrameFormat()ITextFrameFormatReturns the text frame format.
getText()String
setText(String text)void
getSlide()IBaseSlide
getPresentation()IPresentation
asIPresentationComponent()IPresentationComponent
getParentShape()IShape
getParentCell()ICell
asISlideComponent()ISlideComponent

See Also