public static interface ForEach.ForEachSlideCallback
Modifier and Type | Method and Description |
---|---|
void |
invoke(Slide slide,
int index)
Callback that will be invoked for each
ForEach.slide(Presentation,ForEachSlideCallback) in the Presentation . |
void invoke(Slide slide, int index)
Callback that will be invoked for each ForEach.slide(Presentation,ForEachSlideCallback)
in the Presentation
.
slide
- Current iterated slideindex
- Index of the current slide