CombineBracketValues enumeration
Office 2013 and later
Defines the CombineBracketValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| None | No Enclosing Brackets. When the item is serialized out as xml, its value is "none". | |
| Round | Round Brackets. When the item is serialized out as xml, its value is "round". | |
| Square | Square Brackets. When the item is serialized out as xml, its value is "square". | |
| Angle | Angle Brackets. When the item is serialized out as xml, its value is "angle". | |
| Curly | Curly Brackets. When the item is serialized out as xml, its value is "curly". |
Show: