RowCollection — Aspose.Slides FOSS Java API Reference
RowCollection — Represents a collection of rows in a table. Inherits from: IRowCollection, Iterable<IRow>.
Package: org.aspose.slides.foss
Methods
| Method | Returns | Description |
|---|---|---|
initInternal(Element tblElement, Runnable saveCallback) | RowCollection | Initializes this collection with the given XML element and save callback. |
rebuild() | void | Rebuilds the row list from the XML <a:tr> child elements. |
get(int index) | IRow | |
size() | int | |
addClone(IRow templ, boolean withAttachedRows) | IRow[] | |
insertClone(int index, IRow templ, boolean withAttachedRows) | IRow[] | |
removeAt(int firstRowIndex, boolean withAttachedRows) | void | |
asICollection() | List<IRow> | |
asIEnumerable() | Iterable<IRow> | |
iterator() | Iterator<IRow> |