GlobalLayoutSlideCollection

GlobalLayoutSlideCollection

Overview

GlobalLayoutSlideCollection is a class in Aspose.Slides FOSS for C++.

Represents a collection of all layout slides in a presentation. Extends LayoutSlideCollection with methods for adding/cloning layout slides in the context of uniting the individual collections of master’s layout slides.

Properties

NameTypeAccessDescription
GlobalLayoutSlideCollectionGlobalLayoutSlideCollectionReadProperty gives access to the underlying collection object
ILayoutSlideCollectionILayoutSlideCollectionReadReturns an ILayoutSlideCollection interface to the collection
LayoutSlideLayoutSlideReadProperty represents a LayoutSlide within the collection
referencereferenceReadProperty provides a reference to a collection element
pointerpointerReadReturns a pointer to a collection element
iteratoriteratorReadProperty yields an iterator for traversing the collection
const_iteratorconst_iteratorReadProvides a const iterator to the start of the collection

Methods

SignatureDescription
GlobalLayoutSlideCollection()GlobalLayoutSlideCollectionProperty gives access to the underlying collection object
ILayoutSlideCollection()ILayoutSlideCollectionReturns an ILayoutSlideCollection interface to the collection
ILayoutSlideCollection()ILayoutSlideCollection
LayoutSlide()LayoutSlideProperty represents a LayoutSlide within the collection
LayoutSlide()LayoutSlide
LayoutSlide()LayoutSlide
reference()referenceProperty provides a reference to a collection element
pointer()pointerReturns a pointer to a collection element
iterator()iteratorProperty yields an iterator for traversing the collection
iterator()iterator
iterator()iterator
iterator()iterator
reference()reference
pointer()pointer
const_iterator()const_iteratorProvides a const iterator to the start of the collection
const_iterator()const_iterator
const_iterator()const_iterator
const_iterator()const_iterator
iterator()iterator
iterator()iterator
const_iterator()const_iterator
const_iterator()const_iterator
const_iterator()const_iterator
const_iterator()const_iterator

See Also