com.aspose.slides.pptx
Class ColumnsEx

java.lang.Object
  extended by com.aspose.slides.pptx.ColumnsEx

public class ColumnsEx
extends java.lang.Object

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

get

public ColumnEx get(int index)
Returns the column at the specified index.

Parameters:
index - index of a column to return.
Returns:
See ColumnEx.

size

public int size()
Returns the number of columns in a collection.


iterator

public java.util.Iterator iterator()
Returns an iterator for the entire collection.