StyleValues Enumeration
Defines the StyleValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration StyleValues
'Usage
Dim instance As StyleValues
public enum StyleValues
Members
Member name | Description | |
---|---|---|
Paragraph | Paragraph Style. When the item is serialized out as xml, its value is "paragraph". | |
Character | Character Style. When the item is serialized out as xml, its value is "character". | |
Table | Table Style. When the item is serialized out as xml, its value is "table". | |
Numbering | Numbering Style. When the item is serialized out as xml, its value is "numbering". |