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.htmltocells |
The com.groupdocs.editor.cells.htmltocells namespace provides classes for HTML to Cells
|
com.groupdocs.editor.options |
The com.groupdocs.editor.options namespace provides interfaces for load and save options.
|
com.groupdocs.editor.words.htmltowords |
The com.groupdocs.words.htmltowords namespace provides classes for HTML to Words document processing.
|
Modifier and Type | Method and Description |
---|---|
static void |
EditorHandler.toDocument(OutputHtmlDocument inputHtml,
OutputStream outputDocumentContent,
IDocumentSaveOptions saveOptions)
Converts specified HTML document to the resultant document of specified type and saves its content to specified stream
|
Modifier and Type | Class and Description |
---|---|
class |
CellsSaveOptions
Allows to specify custom options for generating and saving MS Excel-compliant documents
|
Modifier and Type | Class and Description |
---|---|
class |
PdfSaveOptions
Allows to specify custom options for generating and saving PDF (Portable Document Format) documents
|
Modifier and Type | Class and Description |
---|---|
class |
WordsSaveOptions
Allows to specify custom options for generating and saving MS Word-compliant documents
|
Copyright © 2018. All rights reserved.