XmlOutputMethod
XmlOutputMethod enum
Specifies the method used to serialize the XmlWriter output.
enum class XmlOutputMethod
Values
Name | Value | Description |
---|---|---|
Xml | 0 | Serialize according to the XML 1.0 rules. |
Html | 1 | Serialize according to the HTML rules specified by XSLT. |
Text | 2 | Serialize text blocks only. |
AutoDetect | 3 | Use the XSLT rules to choose between the XmlOutputMethod::Xml and XmlOutputMethod::Html output methods at runtime. |
See Also
- Namespace System::Xml
- Library Aspose.Slides