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
| Method | Returns | Description |
|---|---|---|
initInternal(Element tblElement, Element tblGridElement, Runnable saveCallback) | ColumnCollection | Initializes this collection with the given XML elements and context. |
rebuild() | void | Rebuilds 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) | Element | Creates an empty <a:tc> element with txBody and tcPr. |