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 |
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
'EditableDocument' class, that, in turn, contains methods for producing
HTML markup and associated resources.
|
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 |
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 opening for edit the WordProcessing
(Words-compliant) documents 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 |
XmlHighlightOptions
Contains options, that allow to customize the XML highlighting during
XML-to-HTML conversion
|
Copyright © 2020. All rights reserved.