ITextFrame — Aspose.Slides FOSS Java API Reference
ITextFrame — Represents a TextFrame.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
paragraphs | IParagraphCollection | Read/Write | |
text | String | Read/Write | |
textFrameFormat | ITextFrameFormat | Read/Write | |
parentShape | IShape | Read/Write | |
parentCell | ICell | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getParagraphs() | IParagraphCollection | Returns the list of all paragraphs in a frame. |
getText() | String | Gets the plain text for a TextFrame. |
setText(String value) | void | Sets the plain text for a TextFrame. |
getTextFrameFormat() | ITextFrameFormat | Returns the formatting object for this TextFrame object. |
getParentShape() | IShape | Returns the parent shape, or null if the parent object does not implement the IShape interface. |
getParentCell() | ICell | Returns the parent cell, or null if the parent object does not implement the ICell interface. |
asISlideComponent() | ISlideComponent | Returns the base ISlideComponent interface. |