TextFrame — Aspose.Slides FOSS Java API Reference
TextFrame — Represents a text frame containing paragraphs. Inherits from: ITextFrame.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
paragraphs | IParagraphCollection | Read/Write | |
textFrameFormat | ITextFrameFormat | Read/Write | |
text | String | Read/Write | |
slide | IBaseSlide | Read/Write | |
presentation | IPresentation | Read/Write | |
parentShape | IShape | Read/Write | |
parentCell | ICell | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getParagraphs() | IParagraphCollection | Returns the paragraph collection. |
getTextFrameFormat() | ITextFrameFormat | Returns the text frame format. |
getText() | String | |
setText(String text) | void | |
getSlide() | IBaseSlide | |
getPresentation() | IPresentation | |
asIPresentationComponent() | IPresentationComponent | |
getParentShape() | IShape | |
getParentCell() | ICell | |
asISlideComponent() | ISlideComponent |