public final class XmlHighlightOptions extends Object implements IEditOptions
Contains options, that allow to customize the XML highlighting during XML-to-HTML conversion
Constructor and Description |
---|
XmlHighlightOptions() |
Modifier and Type | Method and Description |
---|---|
Color |
getAttributeNamesFontColor()
Defines color for the font of attribute names
|
Font |
getAttributeNamesFontSettings()
Responsible for representing the font of attribute names
|
Color |
getAttributeValuesFontColor()
Defines color for the font of attribute values
|
Font |
getAttributeValuesFontSettings()
Responsible for representing the font of attribute values
|
Color |
getCDataFontColor()
Defines color for the font of CDATA sections (including pair of opening
and closing tags)
|
Font |
getCDataFontSettings()
Responsible for representing the font of CDATA sections (including pair
of opening and closing tags)
|
Color |
getHtmlCommentsFontColor()
Defines color for the font of HTML comments (including pair of opening
and closing tags)
|
Font |
getHtmlCommentsFontSettings()
Responsible for representing the font of HTML comments (including pair of
opening and closing tags)
|
Color |
getInnerTextFontColor()
Defines color for the font of inner-tag text
|
Font |
getInnerTextFontSettings()
Responsible for representing the font of inner-tag text
|
Color |
getXmlTagsFontColor()
Defines color for the font of XML tags (angle brackets with tag names)
|
Font |
getXmlTagsFontSettings()
Responsible for representing the font of XML tags (angle brackets with
tag names)
|
void |
setAttributeNamesFontColor(Color value)
Defines color for the font of attribute names
|
void |
setAttributeNamesFontSettings(Font value)
Responsible for representing the font of attribute names
|
void |
setAttributeValuesFontColor(Color value)
Defines color for the font of attribute values
|
void |
setAttributeValuesFontSettings(Font value)
Responsible for representing the font of attribute values
|
void |
setCDataFontColor(Color value)
Defines color for the font of CDATA sections (including pair of opening
and closing tags)
|
void |
setCDataFontSettings(Font value)
Responsible for representing the font of CDATA sections (including pair
of opening and closing tags)
|
void |
setHtmlCommentsFontColor(Color value)
Defines color for the font of HTML comments (including pair of opening
and closing tags)
|
void |
setHtmlCommentsFontSettings(Font value)
Responsible for representing the font of HTML comments (including pair of
opening and closing tags)
|
void |
setInnerTextFontColor(Color value)
Defines color for the font of inner-tag text
|
void |
setInnerTextFontSettings(Font value)
Responsible for representing the font of inner-tag text
|
void |
setXmlTagsFontColor(Color value)
Defines color for the font of XML tags (angle brackets with tag names)
|
void |
setXmlTagsFontSettings(Font value)
Responsible for representing the font of XML tags (angle brackets with
tag names)
|
public final Color getAttributeNamesFontColor()
Defines color for the font of attribute names
public final Font getAttributeNamesFontSettings()
Responsible for representing the font of attribute names
public final Color getAttributeValuesFontColor()
Defines color for the font of attribute values
public final Font getAttributeValuesFontSettings()
Responsible for representing the font of attribute values
public final Color getCDataFontColor()
Defines color for the font of CDATA sections (including pair of opening and closing tags)
public final Font getCDataFontSettings()
Responsible for representing the font of CDATA sections (including pair of opening and closing tags)
public final Color getHtmlCommentsFontColor()
Defines color for the font of HTML comments (including pair of opening and closing tags)
public final Font getHtmlCommentsFontSettings()
Responsible for representing the font of HTML comments (including pair of opening and closing tags)
public final Color getInnerTextFontColor()
Defines color for the font of inner-tag text
public final Font getInnerTextFontSettings()
Responsible for representing the font of inner-tag text
public final Color getXmlTagsFontColor()
Defines color for the font of XML tags (angle brackets with tag names)
public final Font getXmlTagsFontSettings()
Responsible for representing the font of XML tags (angle brackets with tag names)
public final void setAttributeNamesFontColor(Color value)
Defines color for the font of attribute names
public final void setAttributeNamesFontSettings(Font value)
Responsible for representing the font of attribute names
public final void setAttributeValuesFontColor(Color value)
Defines color for the font of attribute values
public final void setAttributeValuesFontSettings(Font value)
Responsible for representing the font of attribute values
public final void setCDataFontColor(Color value)
Defines color for the font of CDATA sections (including pair of opening and closing tags)
public final void setCDataFontSettings(Font value)
Responsible for representing the font of CDATA sections (including pair of opening and closing tags)
public final void setHtmlCommentsFontColor(Color value)
Defines color for the font of HTML comments (including pair of opening and closing tags)
public final void setHtmlCommentsFontSettings(Font value)
Responsible for representing the font of HTML comments (including pair of opening and closing tags)
public final void setInnerTextFontColor(Color value)
Defines color for the font of inner-tag text
public final void setInnerTextFontSettings(Font value)
Responsible for representing the font of inner-tag text
public final void setXmlTagsFontColor(Color value)
Defines color for the font of XML tags (angle brackets with tag names)
public final void setXmlTagsFontSettings(Font value)
Responsible for representing the font of XML tags (angle brackets with tag names)