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

MethodReturnsDescription
initInternal(Element tblElement, Runnable saveCallback)RowCollectionInitializes this collection with the given XML element and save callback.
rebuild()voidRebuilds 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>

See Also