XmlHighlightOptions
Leave feedback
On this page
Contains options, that allow to customize the XML highlighting during XML-to-HTML conversion
public sealed class XmlHighlightOptions : IEditOptions
| Name | Description |
|---|---|
| AttributeNamesFontSettings { get; } | Responsible for representing the font of attribute names |
| AttributeValuesFontSettings { get; } | Responsible for representing the font of attribute values |
| CDataFontSettings { get; } | Responsible for representing the font of CDATA sections (including pair of opening and closing tags) |
| HtmlCommentsFontSettings { get; } | Responsible for representing the font of HTML comments (including pair of opening and closing tags) |
| InnerTextFontSettings { get; } | Responsible for representing the font of inner-tag text |
| IsDefault { get; } | Determines whether this XML Highlight options object has a default font settings |
| XmlTagsFontSettings { get; } | Responsible for representing the font of XML tags (angle brackets with tag names) |
| Name | Description |
|---|---|
| ResetToDefault() | Resets the current font settings to their default values |
- interface IEditOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor
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.