共用方式為


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

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