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
|
com.aspose.ms.System.Drawing.Color |
getAttributeNamesFontColorInternal() |
Font |
getAttributeNamesFontSettings()
Responsible for representing the font of attribute names
|
com.aspose.ms.System.Drawing.Font |
getAttributeNamesFontSettingsInternal() |
Color |
getAttributeValuesFontColor()
Defines color for the font of attribute values
|
com.aspose.ms.System.Drawing.Color |
getAttributeValuesFontColorInternal() |
Font |
getAttributeValuesFontSettings()
Responsible for representing the font of attribute values
|
com.aspose.ms.System.Drawing.Font |
getAttributeValuesFontSettingsInternal() |
Color |
getCDataFontColor()
Defines color for the font of CDATA sections (including pair of opening
and closing tags)
|
com.aspose.ms.System.Drawing.Color |
getCDataFontColorInternal() |
Font |
getCDataFontSettings()
Responsible for representing the font of CDATA sections (including pair
of opening and closing tags)
|
com.aspose.ms.System.Drawing.Font |
getCDataFontSettingsInternal() |
Color |
getHtmlCommentsFontColor()
Defines color for the font of HTML comments (including pair of opening
and closing tags)
|
com.aspose.ms.System.Drawing.Color |
getHtmlCommentsFontColorInternal() |
Font |
getHtmlCommentsFontSettings()
Responsible for representing the font of HTML comments (including pair of
opening and closing tags)
|
com.aspose.ms.System.Drawing.Font |
getHtmlCommentsFontSettingsInternal() |
Color |
getInnerTextFontColor()
Defines color for the font of inner-tag text
|
com.aspose.ms.System.Drawing.Color |
getInnerTextFontColorInternal() |
Font |
getInnerTextFontSettings()
Responsible for representing the font of inner-tag text
|
com.aspose.ms.System.Drawing.Font |
getInnerTextFontSettingsInternal() |
Color |
getXmlTagsFontColor()
Defines color for the font of XML tags (angle brackets with tag names)
|
com.aspose.ms.System.Drawing.Color |
getXmlTagsFontColorInternal() |
Font |
getXmlTagsFontSettings()
Responsible for representing the font of XML tags (angle brackets with
tag names)
|
com.aspose.ms.System.Drawing.Font |
getXmlTagsFontSettingsInternal() |
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 |
setAttributeNamesFontSettingsInternal(com.aspose.ms.System.Drawing.Font value) |
void |
setAttributeValuesFontColor(Color value)
Defines color for the font of attribute values
|
void |
setAttributeValuesFontColorInternal(com.aspose.ms.System.Drawing.Color value) |
void |
setAttributeValuesFontSettings(Font value)
Responsible for representing the font of attribute values
|
void |
setAttributeValuesFontSettingsInternal(com.aspose.ms.System.Drawing.Font value) |
void |
setCDataFontColor(Color value)
Defines color for the font of CDATA sections (including pair of opening
and closing tags)
|
void |
setCDataFontColorInternal(com.aspose.ms.System.Drawing.Color value) |
void |
setCDataFontSettings(Font value)
Responsible for representing the font of CDATA sections (including pair
of opening and closing tags)
|
void |
setCDataFontSettingsInternal(com.aspose.ms.System.Drawing.Font value) |
void |
setHtmlCommentsFontColor(Color value)
Defines color for the font of HTML comments (including pair of opening
and closing tags)
|
void |
setHtmlCommentsFontColorInternal(com.aspose.ms.System.Drawing.Color value) |
void |
setHtmlCommentsFontSettings(Font value)
Responsible for representing the font of HTML comments (including pair of
opening and closing tags)
|
void |
setHtmlCommentsFontSettingsInternal(com.aspose.ms.System.Drawing.Font value) |
void |
setInnerTextFontColor(Color value)
Defines color for the font of inner-tag text
|
void |
setInnerTextFontColorInternal(com.aspose.ms.System.Drawing.Color value) |
void |
setInnerTextFontSettings(Font value)
Responsible for representing the font of inner-tag text
|
void |
setInnerTextFontSettingsInternal(com.aspose.ms.System.Drawing.Font value) |
void |
setXmlTagsFontColor(Color value)
Defines color for the font of XML tags (angle brackets with tag names)
|
void |
setXmlTagsFontColorInternal(com.aspose.ms.System.Drawing.Color value) |
void |
setXmlTagsFontSettings(Font value)
Responsible for representing the font of XML tags (angle brackets with
tag names)
|
void |
setXmlTagsFontSettingsInternal(com.aspose.ms.System.Drawing.Font value) |
public final Color getAttributeNamesFontColor()
Defines color for the font of attribute names
public com.aspose.ms.System.Drawing.Color getAttributeNamesFontColorInternal()
public final Font getAttributeNamesFontSettings()
Responsible for representing the font of attribute names
public com.aspose.ms.System.Drawing.Font getAttributeNamesFontSettingsInternal()
public final Color getAttributeValuesFontColor()
Defines color for the font of attribute values
public com.aspose.ms.System.Drawing.Color getAttributeValuesFontColorInternal()
public final Font getAttributeValuesFontSettings()
Responsible for representing the font of attribute values
public com.aspose.ms.System.Drawing.Font getAttributeValuesFontSettingsInternal()
public final Color getCDataFontColor()
Defines color for the font of CDATA sections (including pair of opening and closing tags)
public com.aspose.ms.System.Drawing.Color getCDataFontColorInternal()
public final Font getCDataFontSettings()
Responsible for representing the font of CDATA sections (including pair of opening and closing tags)
public com.aspose.ms.System.Drawing.Font getCDataFontSettingsInternal()
public final Color getHtmlCommentsFontColor()
Defines color for the font of HTML comments (including pair of opening and closing tags)
public com.aspose.ms.System.Drawing.Color getHtmlCommentsFontColorInternal()
public final Font getHtmlCommentsFontSettings()
Responsible for representing the font of HTML comments (including pair of opening and closing tags)
public com.aspose.ms.System.Drawing.Font getHtmlCommentsFontSettingsInternal()
public final Color getInnerTextFontColor()
Defines color for the font of inner-tag text
public com.aspose.ms.System.Drawing.Color getInnerTextFontColorInternal()
public final Font getInnerTextFontSettings()
Responsible for representing the font of inner-tag text
public com.aspose.ms.System.Drawing.Font getInnerTextFontSettingsInternal()
public final Color getXmlTagsFontColor()
Defines color for the font of XML tags (angle brackets with tag names)
public com.aspose.ms.System.Drawing.Color getXmlTagsFontColorInternal()
public final Font getXmlTagsFontSettings()
Responsible for representing the font of XML tags (angle brackets with tag names)
public com.aspose.ms.System.Drawing.Font getXmlTagsFontSettingsInternal()
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 void setAttributeNamesFontSettingsInternal(com.aspose.ms.System.Drawing.Font value)
public final void setAttributeValuesFontColor(Color value)
Defines color for the font of attribute values
public void setAttributeValuesFontColorInternal(com.aspose.ms.System.Drawing.Color value)
public final void setAttributeValuesFontSettings(Font value)
Responsible for representing the font of attribute values
public void setAttributeValuesFontSettingsInternal(com.aspose.ms.System.Drawing.Font value)
public final void setCDataFontColor(Color value)
Defines color for the font of CDATA sections (including pair of opening and closing tags)
public void setCDataFontColorInternal(com.aspose.ms.System.Drawing.Color value)
public final void setCDataFontSettings(Font value)
Responsible for representing the font of CDATA sections (including pair of opening and closing tags)
public void setCDataFontSettingsInternal(com.aspose.ms.System.Drawing.Font value)
public final void setHtmlCommentsFontColor(Color value)
Defines color for the font of HTML comments (including pair of opening and closing tags)
public void setHtmlCommentsFontColorInternal(com.aspose.ms.System.Drawing.Color value)
public final void setHtmlCommentsFontSettings(Font value)
Responsible for representing the font of HTML comments (including pair of opening and closing tags)
public void setHtmlCommentsFontSettingsInternal(com.aspose.ms.System.Drawing.Font value)
public final void setInnerTextFontColor(Color value)
Defines color for the font of inner-tag text
public void setInnerTextFontColorInternal(com.aspose.ms.System.Drawing.Color value)
public final void setInnerTextFontSettings(Font value)
Responsible for representing the font of inner-tag text
public void setInnerTextFontSettingsInternal(com.aspose.ms.System.Drawing.Font value)
public final void setXmlTagsFontColor(Color value)
Defines color for the font of XML tags (angle brackets with tag names)
public void setXmlTagsFontColorInternal(com.aspose.ms.System.Drawing.Color value)
public final void setXmlTagsFontSettings(Font value)
Responsible for representing the font of XML tags (angle brackets with tag names)
public void setXmlTagsFontSettingsInternal(com.aspose.ms.System.Drawing.Font value)