IPortionCollection
General
IPortionCollection és una interfície en Aspose.Slides FOSS per Java.
Representa una col·lecció de parts de text.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
readOnly | boolean | Read |
Mètodes
| Signature | Description |
|---|---|
get(index: int) → IPortion | Gets the portion at the specified index. |
size() → int | Returns the number of portions in the collection. |
count() → int | Gets the number of elements actually contained in the collection. |
asIEnumerable() → Iterable<IPortion> | Returns this collection as an iterable. |
add(value: IPortion) | Adds a portion to the end of the collection. |
indexOf(item: IPortion) → int | Returns the index of the specified portion. |
insert(index: int, value: IPortion) | Inserts a portion at the specified index. |
clear() | Removes all portions from the collection. |
contains(item: IPortion) → boolean | Determines whether the collection contains the specified portion. |
remove(item: IPortion) → boolean | Removes the first occurrence of the specified portion. |
removeAt(index: int) | Removes the portion at the specified index. |
isReadOnly() → boolean | Gets a value indicating whether the collection is read-only. |