exportAsPresentation

public final void exportAsPresentation(String filepath)

Exports the document as presentation format to the specified file path.

Parameters

filepath

The file path where the presentation document will be saved.


public final void exportAsPresentation(FileOutputStream stream)

Exports the document as presentation format to the specified stream.

Parameters

stream

The stream where the presentation document will be written.