public class XmlHighlightOptions extends Object implements IEditOptions
Contains options, that allow to customize the XML highlighting during XML-to-HTML conversion
| Modifier and Type | Method and Description |
|---|---|
WebFont |
getAttributeNamesFontSettings()
Responsible for representing the font of attribute names
|
WebFont |
getAttributeValuesFontSettings()
Responsible for representing the font of attribute values
|
WebFont |
getCDataFontSettings()
Responsible for representing the font of CDATA sections (including pair of opening and closing tags)
|
WebFont |
getHtmlCommentsFontSettings()
Responsible for representing the font of HTML comments (including pair of opening and closing tags)
|
WebFont |
getInnerTextFontSettings()
Responsible for representing the font of inner-tag text
|
WebFont |
getXmlTagsFontSettings()
Responsible for representing the font of XML tags (angle brackets with tag names)
|
boolean |
isDefault()
Determines whether this XML Highlight options object has a default font settings
|
void |
resetToDefault()
Resets the current font settings to their default values
|
public final WebFont getAttributeNamesFontSettings()
Responsible for representing the font of attribute names
public final WebFont getAttributeValuesFontSettings()
Responsible for representing the font of attribute values
public final WebFont getCDataFontSettings()
Responsible for representing the font of CDATA sections (including pair of opening and closing tags)
public final WebFont getHtmlCommentsFontSettings()
Responsible for representing the font of HTML comments (including pair of opening and closing tags)
public final WebFont getInnerTextFontSettings()
Responsible for representing the font of inner-tag text
public final WebFont getXmlTagsFontSettings()
Responsible for representing the font of XML tags (angle brackets with tag names)
public final boolean isDefault()
Determines whether this XML Highlight options object has a default font settings
public final void resetToDefault()
Resets the current font settings to their default values
Copyright © 2024. All rights reserved.