ColumnCollection module
- class ColumnCollection.ColumnCollection
Bases:
DocumentSerializableCollectionA collection of Column objects that represent all the columns of text in a section of a document.
- Add(column: Column) int
Adds a Column object to the collection.
- Clear()
Removes all items.
- Populate(count: int, spacing: float)
Populates the specified number of columns with specified spacing.
- get_Item(index: int) Column
Gets the Column at the specified index.
