removeAt
removeAt(int index) method
Removes the author at the specified index of the collection.
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | The zero-based index of the element to remove. |
Returns
void
Exception
| Exception | Condition |
|---|---|
| PptxEditException | Thrown if author is already removed. |