shape
Contents
[
Hide
]shape(Presentation pres, ForEach_.ForEachShapeCallback forEachShape) method
Iterate each Shape in the Presentation.
Parameters
Name | Type | Description |
---|---|---|
pres | Presentation | Presentation to iterate layout shapes |
forEachShape | ForEach_.ForEachShapeCallback | Callback 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
Name | Type | Description |
---|---|---|
pres | Presentation | Presentation to iterate layout shapes |
includeNotes | boolean | Flag that indicates whether NotesSlides should be included in processing. |
forEachShape | ForEach_.ForEachShapeCallback | Callback 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
Name | Type | Description |
---|---|---|
baseSlide | BaseSlide | Slide to iterate layout shapes |
forEachShape | ForEach_.ForEachShapeCallback | Callback 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