ForEach.ForEachShapeCallback

public static interface ForEach.ForEachShapeCallback

Methods

MethodDescription
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:

ParameterTypeDescription
shapeShapeCurrent iterated shape
slideBaseSlideCurrent iterated slide
indexintIndex of the current layout slide