ObjectTypeValues Enum

Definition

Defines the ObjectTypeValues enumeration.

public enum ObjectTypeValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum ObjectTypeValues
public readonly struct ObjectTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues>
type ObjectTypeValues = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type ObjectTypeValues = 
type ObjectTypeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<ObjectTypeValues>
Public Enum ObjectTypeValues
Public Structure ObjectTypeValues
Implements IEnumValue, IEnumValueFactory(Of ObjectTypeValues), IEquatable(Of ObjectTypeValues)
Inheritance
ObjectTypeValues
Inheritance
ObjectTypeValues
Attributes

Fields

ObjectTypeValues(String)

Creates a new ObjectTypeValues enum instance

Button 0

Button.

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

Button

Button.

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

CheckBox 1

CheckBox.

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

CheckBox

CheckBox.

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

Dialog 10

Dialog.

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

Dialog

Dialog.

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

Drop

Drop.

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

Drop 2

Drop.

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

EditBox

EditBox.

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

EditBox 9

EditBox.

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

Equals(ObjectTypeValues)
Equals(Object)
GetHashCode()
GroupBox 3

GBox.

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

GroupBox

GBox.

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

Label 4

Label.

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

Label

Label.

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

List 5

List.

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

List

List.

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

Equality(ObjectTypeValues, ObjectTypeValues)
Inequality(ObjectTypeValues, ObjectTypeValues)
Radio 6

Radio.

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

Radio

Radio.

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

Scroll

Scroll.

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

Scroll 7

Scroll.

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

Spin 8

Spin.

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

Spin

Spin.

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

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

Applies to