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.cells.cellstohtml |
The com.groupdocs.editor.cells.cellstohtml namespace provides classes for Cells to HTML
|
com.groupdocs.editor.options |
The com.groupdocs.editor.options namespace provides interfaces for load and save options.
|
com.groupdocs.editor.words.wordstohtml |
The com.groupdocs.words.wordstohtml namespace provides classes for Words to HTML document processing.
|
Modifier and Type | Method and Description |
---|---|
static IDocumentLoadOptions |
EditorHandler.detectOptionsFromExtension(String filename)
Returns a default instance of specific document load options class by analyzing the specified filename extension
|
Modifier and Type | Method and Description |
---|---|
static InputHtmlDocument |
EditorHandler.toHtml(InputStream inputDocumentContent,
IDocumentLoadOptions loadOptions)
Converts document of supported type to the HTML format using specified format-specific options.
|
Modifier and Type | Class and Description |
---|---|
class |
CellsToHtmlOptions
Allows to specify custom options for loading documents of all supportable Cells (Excel-compatible) formats
|
Modifier and Type | Class and Description |
---|---|
class |
TextToHtmlOptions
Allows to specify custom options for loading plain text (TXT) documents
|
Modifier and Type | Class and Description |
---|---|
class |
WordToHtmlOptions
Allows to specify custom options for loading Words-compliant documents
|
Copyright © 2018. All rights reserved.