ForEach.ForEachShapeCallback
public static interface ForEach.ForEachShapeCallback
Methods
Method | Description |
---|---|
invoke(Shape shape, BaseSlide slide, int index) | Callback that will be invoked for each Shape in the Presentation. |
invoke(Shape shape, BaseSlide slide, int index)
public abstract void invoke(Shape shape, BaseSlide slide, int index)
Callback that will be invoked for each Shape in the Presentation.
Parameters:
Parameter | Type | Description |
---|---|---|
shape | Shape | Current iterated shape |
slide | BaseSlide | Current iterated slide |
index | int | Index of the current layout slide |