XmlHighlightOptions
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.editor.options.IEditOptions
public class XmlHighlightOptions implements IEditOptions
Contains options, that allow to customize the XML highlighting during XML-to-HTML conversion
| Method | Description |
|---|---|
| getXmlTagsFontSettings() | Responsible for representing the font of XML tags (angle brackets with tag names) |
| getAttributeNamesFontSettings() | Responsible for representing the font of attribute names |
| getAttributeValuesFontSettings() | Responsible for representing the font of attribute values |
| getInnerTextFontSettings() | Responsible for representing the font of inner-tag text |
| getHtmlCommentsFontSettings() | Responsible for representing the font of HTML comments (including pair of opening and closing tags) |
| getCDataFontSettings() | Responsible for representing the font of CDATA sections (including pair of opening and closing tags) |
| isDefault() | Determines whether this XML Highlight options object has a default font settings |
| resetToDefault() | Resets the current font settings to their default values |
public final WebFont getXmlTagsFontSettings()
Responsible for representing the font of XML tags (angle brackets with tag names)
Returns: WebFont
public final WebFont getAttributeNamesFontSettings()
Responsible for representing the font of attribute names
Returns: WebFont
public final WebFont getAttributeValuesFontSettings()
Responsible for representing the font of attribute values
Returns: WebFont
public final WebFont getInnerTextFontSettings()
Responsible for representing the font of inner-tag text
Returns: WebFont
public final WebFont getHtmlCommentsFontSettings()
Responsible for representing the font of HTML comments (including pair of opening and closing tags)
Returns: WebFont
public final WebFont getCDataFontSettings()
Responsible for representing the font of CDATA sections (including pair of opening and closing tags)
Returns: WebFont
public final boolean isDefault()
Determines whether this XML Highlight options object has a default font settings
Returns: boolean
public final void resetToDefault()
Resets the current font settings to their default values
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.