ColumnCollection

ColumnCollection — Aspose.Slides FOSS Java API Reference

ColumnCollection — Represents collection of columns in a table. Inherits from: IColumnCollection, Iterable<IColumn>.

Package: org.aspose.slides.foss


Methods

MethodReturnsDescription
initInternal(Element tblElement, Element tblGridElement, Runnable saveCallback)ColumnCollectionInitializes this collection with the given XML elements and context.
rebuild()voidRebuilds the column list from the XML grid elements.
get(int index)IColumn
size()int
addClone(IColumn templ, boolean withAttachedColumns)List<IColumn>
insertClone(int index, IColumn templ, boolean withAttachedColumns)List<IColumn>
removeAt(int firstColumnIndex, boolean withAttachedRows)void
asICollection()List<IColumn>
asIEnumerable()Iterable<IColumn>
asList()List<IColumn>Returns an unmodifiable view of the internal column list.
iterator()Iterator<IColumn>
makeEmptyTc(Document doc)ElementCreates an empty <a:tc> element with txBody and tcPr.

See Also