Convert.GetOutPathCallback
public static interface Convert.GetOutPathCallback
Methods
Method | Description |
---|---|
invoke(Slide slide, int index) | Callback that will be invoked for each Slide, the output path expected to be returned. |
invoke(Slide slide, int index)
public abstract String invoke(Slide slide, int index)
Callback that will be invoked for each Slide, the output path expected to be returned.
Parameters:
Parameter | Type | Description |
---|---|---|
slide | Slide | Current iterated slide |
index | int | Index of the current slide |
Returns: java.lang.String