WhitespaceHandling
WhitespaceHandling enum
Specifies how white space is handled.
enum class WhitespaceHandling
Values
Name | Value | Description |
---|---|---|
All | 0 | Return Whitespace and SignificantWhitespace nodes. This is the default. |
Significant | 1 | Return SignificantWhitespace nodes only. |
None | 2 | Return no Whitespace and no SignificantWhitespace nodes. |
See Also
- Namespace System::Xml
- Library Aspose.Slides