| 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 |
|---|---|
OutputStream |
Editor.save(OutputStream outputDocument,
WordProcessingSaveOptions saveOptions)
Converts the original document after modification (for example,
FormFieldManager(Editor.getFormFieldManager())),
to the resultant document of the specified format and saves its content to the provided stream. |
| Modifier and Type | Method and Description |
|---|---|
WordProcessingSaveOptions |
WordProcessingSaveOptions.deepClone()
Creates and returns a full copy of this instance of
WordProcessingSaveOptions class
|
Copyright © 2024. All rights reserved.