Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the CombineBracketValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration CombineBracketValues
'Usage
Dim instance As CombineBracketValues
public enum CombineBracketValues
Members
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". |