com.aspose.slides
Interface ILayoutSlideCollection

All Superinterfaces:
com.aspose.ms.System.Collections.ICollection<ILayoutSlide>, com.aspose.ms.System.Collections.IEnumerable<ILayoutSlide>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ILayoutSlide>, java.lang.Iterable<ILayoutSlide>
All Known Subinterfaces:
IGlobalLayoutSlideCollection, IMasterLayoutSlideCollection
All Known Implementing Classes:
GlobalLayoutSlideCollection, LayoutSlideCollection, MasterLayoutSlideCollection

public interface ILayoutSlideCollection
extends com.aspose.ms.System.Collections.ICollection<ILayoutSlide>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ILayoutSlide>

Represents a base class for collection of a layout slides.


Method Summary
 ILayoutSlide get_Item(int index)
           
 ILayoutSlide getByType(byte type)
           
 void remove(ILayoutSlide value)
           
 void removeUnused()
           
 
Methods inherited from interface com.aspose.ms.System.Collections.ICollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

get_Item

ILayoutSlide get_Item(int index)

getByType

ILayoutSlide getByType(byte type)

remove

void remove(ILayoutSlide value)

removeUnused

void removeUnused()