StyleValues Enum

Definition

Defines the StyleValues enumeration.

C#
public enum StyleValues
C#
public readonly struct StyleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.StyleValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.StyleValues>
Inheritance
StyleValues
Inheritance
StyleValues

Fields

Name Value Description
Paragraph 0

Paragraph Style.

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

Character 1

Character Style.

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

Table 2

Table Style.

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

Numbering 3

Numbering Style.

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

Character

Character Style.

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

Equality(StyleValues, StyleValues)
Equals(Object)
Equals(StyleValues)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<StyleValues>.Create(String)
Inequality(StyleValues, StyleValues)
Numbering

Numbering Style.

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

Paragraph

Paragraph Style.

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

StyleValues(String)

Creates a new StyleValues enum instance

Table

Table Style.

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

ToString()

Applies to

Produkt Versiounen
DocumentFormat.OpenXml 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1