Package | Description |
---|---|
com.groupdocs.editor.options |
The com.groupdocs.editor.options namespace provides interfaces for load and save options.
|
Modifier and Type | Method and Description |
---|---|
XmlHighlightOptions |
XmlEditOptions.getHighlightOptions()
Allows to adjust the highlighting, that will be applied to the XML
structure, when it is represented in HTML.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlEditOptions.setHighlightOptions(XmlHighlightOptions value)
Allows to adjust the highlighting, that will be applied to the XML
structure, when it is represented in HTML.
|