| 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.
|
| Class and Description |
|---|
| HtmlSaveOptions
Allows to specify custom options for saving the
EditableDocument instance to the HTML format |
| IEditOptions
Common interface for all options, which are responsible for document-to-HTML
conversions.
|
| ILoadOptions
Common interface for all option classes, responsible for loading documents of
different type formats
|
| ISaveOptions
Interface for all saving options for all documents types
|
| WordProcessingSaveOptions
Allows to specify custom options for generating and saving
WordProcessing-compliant documents after they were edited
|
| Class and Description |
|---|
| IEditOptions
Common interface for all options, which are responsible for document-to-HTML
conversions.
|
| ILoadOptions
Common interface for all option classes, responsible for loading documents of
different type formats
|
| IMarkdownImageLoadCallback
Implement this interface if you want to control how GroupDocs.Editor load
images when converting Markdown to Html.
|
| ISaveOptions
Interface for all saving options for all documents types
|
| MarkdownImageLoadArgs
Provides data for the
M:GroupDocs.Editor.Options.IMarkdownImageLoadCallback.ProcessImage(MarkdownImageLoadArgs)
event. |
| PageRange
Encapsulates one page range, which can have open or closed bounds.
|
| WebFont
Represents a font settings for the web
|
| WordProcessingProtection
Encapsulates document protection options for the WordProcessing document,
which is generated from HTML
|
| WordProcessingSaveOptions
Allows to specify custom options for generating and saving
WordProcessing-compliant documents after they were edited
|
| WorksheetProtection
Encapsulates worksheet protection options, which allow to protect a worksheet
in the output Spreadsheet document from modification of specified type with a
specified password.
|
| XmlFormatOptions
Contains options, that allow to adjust the formatting of XML document, when it is represented as HTML
|
| XmlHighlightOptions
Contains options, that allow to customize the XML highlighting during XML-to-HTML conversion
|
Copyright © 2024. All rights reserved.