ForEach.ForEachLayoutSlideCallback

public static interface ForEach.ForEachLayoutSlideCallback

Methods

MethodDescription
invoke(LayoutSlide layoutSlide, int index)Callback that will be invoked for each #layoutSlide(Presentation,ForEachLayoutSlideCallback).layoutSlide(Presentation,ForEachLayoutSlideCallback) in the Presentation.

invoke(LayoutSlide layoutSlide, int index)

public abstract void invoke(LayoutSlide layoutSlide, int index)

Callback that will be invoked for each #layoutSlide(Presentation,ForEachLayoutSlideCallback).layoutSlide(Presentation,ForEachLayoutSlideCallback) in the Presentation.

Parameters:

ParameterTypeDescription
layoutSlideLayoutSlideCurrent iterated layout slide
indexintIndex of the current layout slide