System::Xml::XmlWriter::get_XmlSpace 메서드
XmlWriter::get_XmlSpace method
파생 클래스에서 재정의될 경우, 현재 xml:space 범위를 나타내는 XmlSpace를 가져옵니다.
virtual System::Xml::XmlSpace System::Xml::XmlWriter::get_XmlSpace()
ReturnValue
현재 xml:space 범위를 나타내는 XmlSpace입니다.
| 값 | 의미 |
| None | xml:space 범위가 존재하지 않을 경우 기본값입니다. |
| Default | 현재 범위는 xml:space=“default"입니다. |
| Preserve | 현재 범위는 xml:space=“preserve"입니다. |
또 보기
- Enum XmlSpace
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++