BooleanStyleValues-Enumeration
On/Off Style Type
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration BooleanStyleValues
'Usage
Dim instance As BooleanStyleValues
public enum BooleanStyleValues
Member
Membername | Beschreibung | |
---|---|---|
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". | |
Default | Default. When the item is serialized out as xml, its value is "def". |