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