StyleValues Enum

Definition

Defines the StyleValues enumeration.

public enum StyleValues
public readonly struct StyleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.StyleValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.StyleValues>
type StyleValues = 
type StyleValues = struct
    interface IEnumValue
    interface IEnumValueFactory<StyleValues>
Public Enum StyleValues
Public Structure StyleValues
Implements IEnumValue, IEnumValueFactory(Of StyleValues), IEquatable(Of StyleValues)
Inheritance
StyleValues
Inheritance
StyleValues

Fields

StyleValues(String)

Creates a new StyleValues enum instance

Character 1

Character Style.

When the item is serialized out as xml, its value is "character".

Character

Character Style.

When the item is serialized out as xml, its value is "character".

Equals(Object)
Equals(StyleValues)
GetHashCode()
Numbering 3

Numbering Style.

When the item is serialized out as xml, its value is "numbering".

Numbering

Numbering Style.

When the item is serialized out as xml, its value is "numbering".

Equality(StyleValues, StyleValues)
Inequality(StyleValues, StyleValues)
Paragraph 0

Paragraph Style.

When the item is serialized out as xml, its value is "paragraph".

Paragraph

Paragraph Style.

When the item is serialized out as xml, its value is "paragraph".

Table

Table Style.

When the item is serialized out as xml, its value is "table".

Table 2

Table Style.

When the item is serialized out as xml, its value is "table".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<StyleValues>.Create(String)

Applies to