com.aspose.slides.pptx
Class RowsEx

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

public class RowsEx
extends java.lang.Object

Represents a collection of rows.


Method Summary
 int addClone(RowEx template, boolean withAttachedRows)
           
 RowEx get(int index)
          Gets the element at the specified index.
 void insertClone(int index, RowEx template, boolean withAttachedRows)
           
 java.util.Iterator iterator()
          Returns an iterator for the entire collection.
 void removeAt(int firstRowIndex, boolean withAttachedRows)
           
 int size()
          Gets the number of elements actually contained in the collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public RowEx get(int index)
Gets the element at the specified index.

Parameters:
index - index of the element to return.
Returns:
See RowEx.

size

public int size()
Gets the number of elements actually contained in the collection.


iterator

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


addClone

public int addClone(RowEx template,
                    boolean withAttachedRows)

insertClone

public void insertClone(int index,
                        RowEx template,
                        boolean withAttachedRows)

removeAt

public void removeAt(int firstRowIndex,
                     boolean withAttachedRows)