exportAsText

public final void exportAsText(String filepath)

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

Parameters

filepath

The file path where the Text document will be saved.


public final void exportAsText(FileOutputStream stream)

Exports the document as Text format to the specified stream.

Parameters

stream

The stream where the Text document will be written.