public static interface ForEach.ForEachParagraphCallback
Modifier and Type | Method and Description |
---|---|
void |
invoke(Paragraph para,
BaseSlide slide,
int index)
Callback that will be invoked for each
ForEach.paragraph(Presentation,ForEachParagraphCallback) on the BaseSlide . |
void invoke(Paragraph para, BaseSlide slide, int index)
Callback that will be invoked for each ForEach.paragraph(Presentation,ForEachParagraphCallback)
on the BaseSlide
.
para
- Current iterated paragraphslide
- Current iterated slideindex
- Index of the current paragraph on the slide