get_XmlSpace()
XmlWriter::get_XmlSpace() method
When overridden in a derived class, gets an XmlSpace representing the current xml:space scope.
virtual System::Xml::XmlSpace System::Xml::XmlWriter::get_XmlSpace()
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 XmlWriter
- Namespace System::Xml
- Library Aspose.Slides