com.spire.doc.collections
Class ColumnCollection
java.lang.Object
com.spire.doc.OwnerHolder
com.spire.doc.collections.CollectionEx
com.spire.doc.documents.xml.DocumentSerializableCollection
com.spire.doc.collections.ColumnCollection
- All Implemented Interfaces:
- IXDLSSerializableCollection, java.lang.Iterable
public class ColumnCollection
- extends DocumentSerializableCollection
A collection of objects that
represent all the columns of text in a section of a document.
Method Summary |
int |
add(Column column)
Adds object to the collection. |
void |
clear()
Removes all item. |
Column |
get(int index)
|
void |
populate(int count,
float spacing)
Populates the specified number of columns with specified spacing. |
get
public Column get(int index)
add
public int add(Column column)
-
Adds object to the collection.
- Parameters:
column
- The column.
- Returns:
populate
public void populate(int count,
float spacing)
- Populates the specified number of columns with specified spacing.
- Parameters:
count
- The count.spacing
- The spacing.
clear
public void clear()
- Removes all item.
- Overrides:
clear
in class CollectionEx