BooleanValues enumeration
Office 2013 and later
Defines the BooleanValues enumeration.
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| 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". |
Show: