| 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.
|
| Constructor and Description |
|---|
Editor(InputStream document,
ILoadOptions loadOptions)
Initializes new Editor instance with specified input document (as a
stream) with its load options and Editor settings
|
Editor(String filePath,
ILoadOptions loadOptions)
Initializes new Editor instance with specified input document (as a full file path) with its load options
|
| Modifier and Type | Class and Description |
|---|---|
class |
PresentationLoadOptions
Allows to specify custom options for loading documents of all supportable
Presentation formats like PPT(X), PPTM, PPS(X) etc.
|
class |
SpreadsheetLoadOptions
Contains options for loading binary Spreadsheet (Cells, Excel-compatible)
documents like XLS(X), ODS etc.
|
class |
WordProcessingLoadOptions
Contains options for loading WordProcessing (Word-compatible) documents like
DOC(X), RTF, ODT etc.
|
Copyright © 2024. All rights reserved.