DocPartValues Enum

Definition

Defines the DocPartValues enumeration.

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

Fields

DocPartValues(String)

Creates a new DocPartValues enum instance

AutoExp 2

Automatically Replace Name With Content.

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

AutoExp

Automatically Replace Name With Content.

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

Equals(DocPartValues)
Equals(Object)
FormField

Form Field Help Text.

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

FormField 5

Form Field Help Text.

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

GetHashCode()
None

No Type.

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

None 0

No Type.

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

Normal 1

Normal.

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

Normal

Normal.

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

Equality(DocPartValues, DocPartValues)
Inequality(DocPartValues, DocPartValues)
SdtPlaceholder 6

Structured Document Tag Placeholder Text.

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

SdtPlaceholder

Structured Document Tag Placeholder Text.

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

Speller 4

AutoCorrect Entry.

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

Speller

AutoCorrect Entry.

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

Toolbar

AutoText User Interface Entry.

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

Toolbar 3

AutoText User Interface Entry.

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

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

Applies to