IParagraph
Overview
IParagraph is a interface in Aspose.Slides FOSS for Java.
Represents a text paragraph.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
portions | IPortionCollection | Read | Returns the collection of text portions in this paragraph. |
paragraphFormat | IParagraphFormat | Read | Returns the paragraph formatting properties. |
text | String | Read | Gets the text of this paragraph. |
Methods
| Signature | Description |
|---|---|
getPortions() → IPortionCollection | Returns the collection of text portions in this paragraph. |
getParagraphFormat() → IParagraphFormat | Returns the paragraph formatting properties. |
getText() → String | Gets the text of this paragraph. |
setText(value: String) | Sets the text of this paragraph. |
asISlideComponent() → ISlideComponent | Returns the parent slide component. |
asIPresentationComponent() → IPresentationComponent | Returns the parent presentation component. |