BooleanValues Enumeration

Defines the BooleanValues enumeration.

Namespace:  DocumentFormat.OpenXml.Math
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration BooleanValues
'Usage
Dim instance As BooleanValues
public enum BooleanValues

Members

Member name Description
True true. When the item is serialized out as xml, its value is "true".
False false. When the item is serialized out as xml, its value is "false".
On On. When the item is serialized out as xml, its value is "on".
Off Off. When the item is serialized out as xml, its value is "off".
Zero 0. When the item is serialized out as xml, its value is "0".
One 1. When the item is serialized out as xml, its value is "1".

See Also

Reference

DocumentFormat.OpenXml.Math Namespace