Package | Description |
---|---|
com.groupdocs.editor |
The com.groupdocs.editor namespace is a root namespace, which provides classes for editing multiple document formats in your Java applications.
|
com.groupdocs.editor.options |
The com.groupdocs.editor.options namespace provides interfaces for load and save options.
|
Modifier and Type | Method and Description |
---|---|
void |
Editor.save(EditableDocument inputDocument,
OutputStream outputDocument,
ISaveOptions saveOptions)
Converts specified edited document, represented as instance of
'EditableDocument', to the resultant document of specified format and
saves its content to specified stream
|
void |
Editor.save(EditableDocument inputDocument,
String filePath,
ISaveOptions saveOptions)
Converts specified edited document, represented as instance of
'EditableDocument', to the resultant document of specified format and
saves its content to file by specified file path
|
Modifier and Type | Class and Description |
---|---|
class |
DelimitedTextSaveOptions
Contains options for generating and saving text-based Spreadsheet documents
(CSV, Tab-based etc.), that use a separator (delimiter)
|
class |
PdfSaveOptions
Allows to specify custom options for generating and saving PDF (Portable
Document Format) documents
|
class |
PresentationSaveOptions
Allows to specify custom options for generating and saving Presentation
(PowerPoint-compatible) documents
|
class |
SpreadsheetSaveOptions
Allows to specify custom options for generating and saving Spreadsheet
(Excel-compliant) documents
|
class |
TextSaveOptions
Allows to specify custom options for generating and saving plain text (TXT)
documents
|
class |
WordProcessingSaveOptions
Allows to specify custom options for generating and saving
WordProcessing-compliant documents after they were edited
|