PortionCollection — Aspose.Slides FOSS Java API Reference
PortionCollection — Represents a collection of text portions within a paragraph. Inherits from: IPortionCollection.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
readOnly | boolean | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
get(int index) | IPortion | |
size() | int | |
count() | int | |
isReadOnly() | boolean | |
asIEnumerable() | Iterable<IPortion> | |
add(IPortion value) | void | |
indexOf(IPortion item) | int | |
insert(int index, IPortion value) | void | |
clear() | void | |
contains(IPortion item) | boolean | |
remove(IPortion item) | boolean | |
removeAt(int index) | void | |
iterator() | Iterator<IPortion> |