| 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 |
|---|---|
EditableDocument |
Editor.edit(IEditOptions editOptions)
Opens a previously loaded document for editing using specified format-specific options by generating and returning an instance of '
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelimitedTextEditOptions
Options for loading text-based Spreadsheet documents (CSV, Tab-based etc.),
that use a separator (delimiter)
|
class |
EmailEditOptions
Allows to specify custom options for editing documents in the different electronic mail (email) formats
|
class |
FixedLayoutEditOptionsBase
Base abstract class for the options for all documents of fixed-layout formats like PDF and XPS
|
class |
MarkdownEditOptions
Allows to specify custom options for editing documents in Markdown format.
|
class |
PresentationEditOptions
Allows to specify custom options for editing documents of all supportable
Presentation (PowerPoint-compatible) formats
|
class |
SpreadsheetEditOptions
Allows to specify custom options for editing documents of all supportable
Spreadsheet (Excel-compatible) formats
|
class |
TextEditOptions
Allows to specify custom options for loading plain text (TXT) documents
|
class |
WordProcessingEditOptions
Allows to specify custom options for editing documents of all supportable
WordProcessing (Words-compliant) formats like DOC(X), RTF, ODT etc.
|
class |
XmlEditOptions
Allows to specify custom options for loading XML (eXtensible Markup Language)
documents and converting them to the HTML
|
class |
XmlFormatOptions
Contains options, that allow to adjust the formatting of XML document, when it is represented as HTML
|
class |
XmlHighlightOptions
Contains options, that allow to customize the XML highlighting during XML-to-HTML conversion
|
Copyright © 2024. All rights reserved.