Portion — Aspose.Slides FOSS Java API Reference
Portion — Represents a text portion (run) within a paragraph. Inherits from: IPortion.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
text | String | Read/Write | |
portionFormat | IPortionFormat | Read/Write | |
slide | IBaseSlide | Read/Write | |
presentation | IPresentation | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getText() | String | |
setText(String value) | void | |
getPortionFormat() | IPortionFormat | |
asISlideComponent() | ISlideComponent | |
asIPresentationComponent() | IPresentationComponent | |
getSlide() | IBaseSlide | |
setSlide(IBaseSlide slide) | void | Sets the parent slide for this portion. |
getPresentation() | IPresentation |