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>
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 |
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)