ForEach.ForEachLayoutSlideCallback
public static interface ForEach.ForEachLayoutSlideCallback
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| layoutSlide | LayoutSlide | Current iterated layout slide |
| index | int | Index of the current layout slide |