get_XmlSpace()
XmlTextWriter::get_XmlSpace() method
Returns an XmlSpace representing the current xml:space scope.
System::Xml::XmlSpace System::Xml::XmlTextWriter::get_XmlSpace() override
Return Value
An XmlSpace representing the current xml:space scope.
Value | Meaning |
---|---|
None | This is the default if no xml:space scope exists. |
Default | The current scope is xml:space="default" . |
Preserve | The current scope is xml:space="preserve" . |
See Also
- Enum XmlSpace
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Slides