ObjectTypeValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Button | 0 | 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". |
Drop | 2 | Drop. When the item is serialized out as xml, its value is "Drop". |
GroupBox | 3 | 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". |
List | 5 | List. When the item is serialized out as xml, its value is "List". |
Radio | 6 | Radio. When the item is serialized out as xml, its value is "Radio". |
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". |
EditBox | 9 | EditBox. When the item is serialized out as xml, its value is "EditBox". |
Dialog | 10 | Dialog. When the item is serialized out as xml, its value is "Dialog". |
Button | Button. When the item is serialized out as xml, its value is "Button". |
|
CheckBox | CheckBox. When the item is serialized out as xml, its value is "CheckBox". |
|
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". |
|
EditBox | EditBox. When the item is serialized out as xml, its value is "EditBox". |
|
Equality(ObjectTypeValues, ObjectTypeValues) | ||
Equals(Object) | ||
Equals(ObjectTypeValues) | ||
GetHashCode() | ||
GroupBox | GBox. When the item is serialized out as xml, its value is "GBox". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ObjectTypeValues>.Create(String) | ||
Inequality(ObjectTypeValues, ObjectTypeValues) | ||
Label | Label. When the item is serialized out as xml, its value is "Label". |
|
List | List. When the item is serialized out as xml, its value is "List". |
|
ObjectTypeValues(String) | Creates a new ObjectTypeValues enum instance |
|
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". |
|
Spin | Spin. When the item is serialized out as xml, its value is "Spin". |
|
ToString() |