ITextFrame
Overview
ITextFrame is a interface in Aspose.Slides FOSS for Java.
Inherits from: ISlideComponent, IPresentationComponent.
Represents a TextFrame.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
paragraphs | IParagraphCollection | Read | Returns the list of all paragraphs in a frame. |
text | String | Read | Gets the plain text for a TextFrame. |
textFrameFormat | ITextFrameFormat | Read | Returns the formatting object for this TextFrame object. |
parentShape | IShape | Read | Returns the parent shape, or {@code null} if the parent object does not |
| implement the {@link IShape} interface. | |||
parentCell | ICell | Read | Returns the parent cell, or {@code null} if the parent object does not |
| implement the {@link ICell} interface. |
Methods
| Signature | Description |
|---|---|
getParagraphs() → IParagraphCollection | Returns the list of all paragraphs in a frame. |
getText() → String | Gets the plain text for a TextFrame. |
setText(value: String) | Sets the plain text for a TextFrame. |
getTextFrameFormat() → ITextFrameFormat | Returns the formatting object for this TextFrame object. |
getParentShape() → IShape | Returns the parent shape, or {@code null} if the parent object does not |
| implement the {@link IShape} interface. | |
getParentCell() → ICell | Returns the parent cell, or {@code null} if the parent object does not |
| implement the {@link ICell} interface. | |
asISlideComponent() → ISlideComponent | Returns the base {@link ISlideComponent} interface. |