CommandValues Enum

Definition

Command Type

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

Fields

Name Value Description
Event 0

Command Type Enum ( Event ).

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

Call 1

Command Type Enum ( Call ).

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

Verb 2

Command Type Enum ( Verb ).

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

Call

Command Type Enum ( Call ).

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

CommandValues(String)

Creates a new CommandValues enum instance

Equality(CommandValues, CommandValues)
Equals(CommandValues)
Equals(Object)
Event

Command Type Enum ( Event ).

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

GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CommandValues>.Create(String)
Inequality(CommandValues, CommandValues)
ToString()
Verb

Command Type Enum ( Verb ).

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

Applies to

Product Versions
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