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 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". |