com.aspose.slides
Class LayoutSlidesEx

java.lang.Object
  extended by com.aspose.slides.LayoutSlidesEx
Direct Known Subclasses:
LayoutSlideExCollection

Deprecated.

@Deprecated
public class LayoutSlidesEx
extends java.lang.Object

Represents a collection of a layout slides.


Method Summary
 LayoutSlideEx get_Item(int index)
          Deprecated.  Returns the layout slide by index.
 LayoutSlideEx getByType(byte type)
          Deprecated.  Returns the first layout slide of specified type.
 int getCount()
          Deprecated.  Returns the number of layout slides in a collection.
 com.aspose.ms.System.Collections.IEnumerator<LayoutSlideEx> iterator()
          Deprecated.  Returns an enumerator for the entire collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()
Deprecated. 

Returns the number of layout slides in a collection. Read-only int.


get_Item

public LayoutSlideEx get_Item(int index)
Deprecated. 

Returns the layout slide by index. Read-only LayoutSlideEx.


getByType

public LayoutSlideEx getByType(byte type)
Deprecated. 

Returns the first layout slide of specified type.

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

iterator

public com.aspose.ms.System.Collections.IEnumerator<LayoutSlideEx> iterator()
Deprecated. 

Returns an enumerator for the entire collection.

Returns:
An IEnumerator for the entire collection.