com.aspose.slides
Interface IMasterSlideCollection

All Superinterfaces:
com.aspose.ms.System.Collections.ICollection<IMasterSlide>, com.aspose.ms.System.Collections.IEnumerable<IMasterSlide>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IMasterSlide>, java.lang.Iterable<IMasterSlide>
All Known Implementing Classes:
MasterSlideCollection

public interface IMasterSlideCollection
extends com.aspose.ms.System.Collections.ICollection<IMasterSlide>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IMasterSlide>


Method Summary
 IMasterSlide addClone(IMasterSlide sourceMaster)
           
 IMasterSlide get_Item(int index)
           
 IMasterSlide insertClone(int index, IMasterSlide sourceMaster)
           
 void remove(IMasterSlide value)
           
 void removeAt(int index)
           
 void removeUnused(boolean ignorePreserveField)
           
 
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

IMasterSlide get_Item(int index)

remove

void remove(IMasterSlide value)

removeAt

void removeAt(int index)

removeUnused

void removeUnused(boolean ignorePreserveField)

addClone

IMasterSlide addClone(IMasterSlide sourceMaster)

insertClone

IMasterSlide insertClone(int index,
                         IMasterSlide sourceMaster)