IPortion — Aspose.Slides FOSS Java API Reference
IPortion — Represents a portion of text inside a text paragraph.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
portionFormat | IPortionFormat | Read/Write | |
text | String | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getPortionFormat() | IPortionFormat | Returns formatting object which contains explicitly set formatting properties of the text portion with no inheritance applied. |
getText() | String | Gets the text of this portion. |
setText(String value) | void | Sets the text of this portion. |
asISlideComponent() | ISlideComponent | Returns the parent slide component. |
asIPresentationComponent() | IPresentationComponent | Returns the parent presentation component. |