|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.collections.CollectionEx
com.spire.doc.documents.xml.DocumentSerializableCollection
com.spire.doc.collections.ColumnCollection
public class ColumnCollection
A collection of Column
objects that
represent all the columns of text in a section of a document.
Method Summary | |
---|---|
int |
add(Column column)
Adds Column object to the collection. |
void |
clear()
Removes all item. |
Column |
get(int index)
Gets the Column at the specified index. |
void |
populate(int count,
float spacing)
Populates the specified number of columns with specified spacing. |
Methods inherited from class com.spire.doc.collections.CollectionEx |
---|
getCount, iterator |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Methods inherited from interface com.spire.doc.interfaces.IXDLSSerializableCollection |
---|
addNewItem, getCount, getTagItemNameEx |
Method Detail |
---|
public Column get(int index)
Column
at the specified index.
index
- index
public int add(Column column)
Column
object to the collection.
column
- The column.
public void populate(int count, float spacing)
count
- The count.spacing
- The spacing.public void clear()
clear
in class CollectionEx
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |