portion
Contents
[
Hide
]portion(Presentation pres, ForEach_.ForEachPortionCallback forEachPortion) function
Iterate each Portion in the Presentation.
Parameters
| Name | Type | Description |
|---|---|---|
| pres | Presentation | Presentation to iterate portions |
| forEachPortion | ForEach_.ForEachPortionCallback | Callback 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
| Name | Type | Description |
|---|---|---|
| pres | Presentation | Presentation to iterate portions |
| includeNotes | boolean | Flag that indicates whether NotesSlides should be included in processing. |
| forEachPortion | ForEach_.ForEachPortionCallback | Callback 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 |