com.aspose.slides.pptx
Class LayoutSlidesEx

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

public final class LayoutSlidesEx
extends java.lang.Object

Represents a collection of a layout slides.


Method Summary
 LayoutSlideEx get(int index)
          Returns a layout slide by index.
 java.util.Iterator iterator()
          Returns an iterator for the entire collection.
 int size()
          Returns the number of layout slides in a collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

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


get

public LayoutSlideEx get(int index)
Returns a layout slide by index.

Parameters:
index - index of a layout slide to return.
Returns:
See LayoutSlideEx.

iterator

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