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.
 LayoutSlideEx getByType(SlideLayoutTypeEx type)
          Returns the first layout slide of specified type.
 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.

getByType

public LayoutSlideEx getByType(SlideLayoutTypeEx type)
Returns the first layout slide of specified type.

Parameters:
type - A type of layout slide to find.
Returns:
with specified type or null if no layouts found.

iterator

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