com.groupdocs.editor.options

Class XmlHighlightOptions

  • All Implemented Interfaces:
    IEditOptions


    public final class XmlHighlightOptions
    extends Object
    implements IEditOptions

    Contains options, that allow to customize the XML highlighting during XML-to-HTML conversion

    • Constructor Detail

      • XmlHighlightOptions

        public XmlHighlightOptions()
    • Method Detail

      • getAttributeNamesFontColor

        public final Color getAttributeNamesFontColor()

        Defines color for the font of attribute names

      • getAttributeNamesFontSettings

        public final Font getAttributeNamesFontSettings()

        Responsible for representing the font of attribute names

      • getAttributeValuesFontColor

        public final Color getAttributeValuesFontColor()

        Defines color for the font of attribute values

      • getAttributeValuesFontSettings

        public final Font getAttributeValuesFontSettings()

        Responsible for representing the font of attribute values

      • getCDataFontColor

        public final Color getCDataFontColor()

        Defines color for the font of CDATA sections (including pair of opening and closing tags)

      • getCDataFontSettings

        public final Font getCDataFontSettings()

        Responsible for representing the font of CDATA sections (including pair of opening and closing tags)

      • getHtmlCommentsFontColor

        public final Color getHtmlCommentsFontColor()

        Defines color for the font of HTML comments (including pair of opening and closing tags)

      • getHtmlCommentsFontSettings

        public final Font getHtmlCommentsFontSettings()

        Responsible for representing the font of HTML comments (including pair of opening and closing tags)

      • getInnerTextFontColor

        public final Color getInnerTextFontColor()

        Defines color for the font of inner-tag text

      • getInnerTextFontSettings

        public final Font getInnerTextFontSettings()

        Responsible for representing the font of inner-tag text

      • getXmlTagsFontColor

        public final Color getXmlTagsFontColor()

        Defines color for the font of XML tags (angle brackets with tag names)

      • getXmlTagsFontSettings

        public final Font getXmlTagsFontSettings()

        Responsible for representing the font of XML tags (angle brackets with tag names)

      • setAttributeNamesFontColor

        public final void setAttributeNamesFontColor(Color value)

        Defines color for the font of attribute names

      • setAttributeNamesFontSettings

        public final void setAttributeNamesFontSettings(Font value)

        Responsible for representing the font of attribute names

      • setAttributeValuesFontColor

        public final void setAttributeValuesFontColor(Color value)

        Defines color for the font of attribute values

      • setAttributeValuesFontSettings

        public final void setAttributeValuesFontSettings(Font value)

        Responsible for representing the font of attribute values

      • setCDataFontColor

        public final void setCDataFontColor(Color value)

        Defines color for the font of CDATA sections (including pair of opening and closing tags)

      • setCDataFontSettings

        public final void setCDataFontSettings(Font value)

        Responsible for representing the font of CDATA sections (including pair of opening and closing tags)

      • setHtmlCommentsFontColor

        public final void setHtmlCommentsFontColor(Color value)

        Defines color for the font of HTML comments (including pair of opening and closing tags)

      • setHtmlCommentsFontSettings

        public final void setHtmlCommentsFontSettings(Font value)

        Responsible for representing the font of HTML comments (including pair of opening and closing tags)

      • setInnerTextFontColor

        public final void setInnerTextFontColor(Color value)

        Defines color for the font of inner-tag text

      • setInnerTextFontSettings

        public final void setInnerTextFontSettings(Font value)

        Responsible for representing the font of inner-tag text

      • setXmlTagsFontColor

        public final void setXmlTagsFontColor(Color value)

        Defines color for the font of XML tags (angle brackets with tag names)

      • setXmlTagsFontSettings

        public final void setXmlTagsFontSettings(Font value)

        Responsible for representing the font of XML tags (angle brackets with tag names)