IPortion
Overview
IPortion is a interface in Aspose.Slides FOSS for Java.
Inherits from: ISlideComponent.
Represents a portion of text inside a text paragraph.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
portionFormat | IPortionFormat | Read | Returns formatting object which contains explicitly set formatting properties |
| of the text portion with no inheritance applied. | |||
text | String | Read | Gets the text of this portion. |
Methods
| Signature | 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(value: String) | Sets the text of this portion. |
asISlideComponent() → ISlideComponent | Returns the parent slide component. |
asIPresentationComponent() → IPresentationComponent | Returns the parent presentation component. |