com.aspose.slides
Interface IGlobalLayoutSlideCollection
- All Superinterfaces:
- com.aspose.ms.System.Collections.ICollection<ILayoutSlide>, com.aspose.ms.System.Collections.IEnumerable<ILayoutSlide>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ILayoutSlide>, ILayoutSlideCollection, java.lang.Iterable<ILayoutSlide>
- All Known Implementing Classes:
- GlobalLayoutSlideCollection
public interface IGlobalLayoutSlideCollection
- extends ILayoutSlideCollection
Represents a collection of all layout slides in presentation.
Extends ILayoutSlideCollection interface with methods for adding/cloning
layout slides in context of uniting of the individual collections of master's layout slides.
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 |
addClone
ILayoutSlide addClone(ILayoutSlide sourceLayout)
addClone
ILayoutSlide addClone(ILayoutSlide sourceLayout,
IMasterSlide destMaster)
add
ILayoutSlide add(IMasterSlide master,
byte layoutType,
java.lang.String layoutName)