XmlEditOptions Class |
Namespace: GroupDocs.Editor.Options
The XmlEditOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | XmlEditOptions | Initializes a new instance of the XmlEditOptions class |
Name | Description | |
---|---|---|
![]() | AttributeValuesQuoteType |
Allows to specify quote type (single or double quotes) for attribute values. Double quotes are default.
|
![]() | Encoding |
Character encoding of the text document, which will be applied for its opening. By default is null — internal document encoding will be applied.
|
![]() | FixIncorrectStructure |
Allows to enable or disable mechanism for fixing corrupted XML structure. By default is disabled (false).
|
![]() | HighlightOptions |
Allows to adjust the highlighting, that will be applied to the XML structure, when it is represented in HTML.
By default is NULL — default highlighting is applied.
|
![]() | RecognizeEmails |
Allows to enable recognition algorithm for email addresses in attribute values
|
![]() | RecognizeUris |
Allows to enable URI recognition algorithm
|
![]() | TrimTrailingWhitespaces |
Allows to enable the truncation of trailing whitespaces in the inner-tag text.
By default is disabled (false) — trailing whitespaces will be preserved.
|