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.


Method Summary
 ILayoutSlide add(IMasterSlide master, byte layoutType, java.lang.String layoutName)
           
 ILayoutSlide addClone(ILayoutSlide sourceLayout)
           
 ILayoutSlide addClone(ILayoutSlide sourceLayout, IMasterSlide destMaster)
           
 
Methods inherited from interface com.aspose.slides.ILayoutSlideCollection
get_Item, getByType, remove, 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

addClone

ILayoutSlide addClone(ILayoutSlide sourceLayout)

addClone

ILayoutSlide addClone(ILayoutSlide sourceLayout,
                      IMasterSlide destMaster)

add

ILayoutSlide add(IMasterSlide master,
                 byte layoutType,
                 java.lang.String layoutName)