IParagraph — Aspose.Slides FOSS Java API Reference
IParagraph — Represents a text paragraph.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
portions | IPortionCollection | Read/Write | |
paragraphFormat | IParagraphFormat | Read/Write | |
text | String | Read/Write |
Methods
| Method | Returns | 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(String value) | void | Sets the text of this paragraph. |
asISlideComponent() | ISlideComponent | Returns the parent slide component. |
asIPresentationComponent() | IPresentationComponent | Returns the parent presentation component. |