|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.ColumnsEx
public class ColumnsEx
Represents collection of columns in a table.
Method Summary | |
---|---|
ColumnEx |
get(int index)
Returns the column at the specified index. |
java.util.Iterator |
iterator()
Returns an iterator for the entire collection. |
int |
size()
Returns the number of columns in a collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ColumnEx get(int index)
index
- index of a column to return.
ColumnEx
.public int size()
public java.util.Iterator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |