shape

Contents
[ ]

shape(Presentation pres, ForEach_.ForEachShapeCallback forEachShape) method

Iterate each Shape in the Presentation.

Parameters

NameTypeDescription
presPresentationPresentation to iterate layout shapes
forEachShapeForEach_.ForEachShapeCallbackCallback that will be invoked for each shape Shapes will be iterated in all type of slides - #slide(Presentation,ForEachSlideCallback), #masterSlide(Presentation,ForEachMasterSlideCallback) and #layoutSlide(Presentation,ForEachLayoutSlideCallback)

Returns

void


shape(Presentation pres, boolean includeNotes, ForEach_.ForEachShapeCallback forEachShape) method

Iterate each Shape in the Presentation.

Parameters

NameTypeDescription
presPresentationPresentation to iterate layout shapes
includeNotesbooleanFlag that indicates whether NotesSlides should be included in processing.
forEachShapeForEach_.ForEachShapeCallbackCallback that will be invoked for each shape Shapes will be iterated in all type of slides - #slide(Presentation,ForEachSlideCallback), #masterSlide(Presentation,ForEachMasterSlideCallback), #layoutSlide(Presentation,ForEachLayoutSlideCallback) and NotesSlide if needed.

Returns

void


shape(BaseSlide baseSlide, ForEach_.ForEachShapeCallback forEachShape) method

Iterate each Shape in the BaseSlide.

Parameters

NameTypeDescription
baseSlideBaseSlideSlide to iterate layout shapes
forEachShapeForEach_.ForEachShapeCallbackCallback that will be invoked for each shape BaseSlide is the base type for #slide(Presentation,ForEachSlideCallback), #masterSlide(Presentation,ForEachMasterSlideCallback) and #layoutSlide(Presentation,ForEachLayoutSlideCallback)

Returns

void