portion

Contents
[ ]

portion(Presentation pres, ForEach_.ForEachPortionCallback forEachPortion) function

Iterate each Portion in the Presentation.

Parameters

NameTypeDescription
presPresentationPresentation to iterate portions
forEachPortionForEach_.ForEachPortionCallbackCallback that will be invoked for each portion Portions will be iterated in all type of slides - #slide(Presentation,ForEachSlideCallback), #masterSlide(Presentation,ForEachMasterSlideCallback) and #layoutSlide(Presentation,ForEachLayoutSlideCallback)

portion(Presentation pres, boolean includeNotes, ForEach_.ForEachPortionCallback forEachPortion) function

Iterate each Portion in the Presentation.

Parameters

NameTypeDescription
presPresentationPresentation to iterate portions
includeNotesbooleanFlag that indicates whether NotesSlides should be included in processing.
forEachPortionForEach_.ForEachPortionCallbackCallback that will be invoked for each portion Portions will be iterated in all type of slides - #slide(Presentation,ForEachSlideCallback), #masterSlide(Presentation,ForEachMasterSlideCallback), #layoutSlide(Presentation,ForEachLayoutSlideCallback) and NotesSlide