| 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 '
|
| 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 |
EmailSaveOptions
Allows to specify custom options for generating and saving electronic mail (email) documents
|
class |
MarkdownSaveOptions
Allows to specify custom options for generating and saving Markdown documents
|
class |
MhtmlSaveOptions
Allows to specify custom options for generating and saving the MHTML (MIME encapsulation of aggregate HTML documents) documents
|
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
|
class |
XpsSaveOptions
Allows to specify custom options for generating and saving XPS (XML Paper Specifications) documents
|
Copyright © 2024. All rights reserved.