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 |
Constructor and Description |
---|
Editor(InputStream document,
ILoadOptions loadOptions)
Initializes new Editor instance with specified input document (as a
stream) with its load options
|
Editor(InputStream document,
ILoadOptions loadOptions,
com.groupdocs.editor.EditorSettings settings)
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
|
Editor(String filePath,
ILoadOptions loadOptions,
com.groupdocs.editor.EditorSettings settings)
Initializes new Editor instance with specified input document (as a full
file path) with its load options and Editor settings
|
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 © 2020. All rights reserved.