ObjectTypeValues 枚举

定义

定义 ObjectTypeValues 枚举。

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)
继承
ObjectTypeValues
继承
ObjectTypeValues
属性

字段

名称 说明
Button 0

按钮。

当项序列化为 xml 时,其值为“Button”。

CheckBox 1

CheckBox。

当项目序列化为 xml 时,其值为“CheckBox”。

Drop 2

落。

当项序列化为 xml 时,其值为“Drop”。

GroupBox 3

GBox。

当项目序列化为 xml 时,其值为“GBox”。

Label 4

标签。

当项序列化为 xml 时,其值为“Label”。

List 5

列表。

当项序列化为 xml 时,其值为“List”。

Radio 6

收音机。

当项序列化为 xml 时,其值为“Radio”。

Scroll 7

滚动。

当项序列化为 xml 时,其值为“Scroll”。

Spin 8

纺。

当项序列化为 xml 时,其值为“Spin”。

EditBox 9

EditBox。

当项目序列化为 xml 时,其值为“EditBox”。

Dialog 10

对话。

当项序列化为 xml 时,其值为“Dialog”。

Button

按钮。

当项序列化为 xml 时,其值为“Button”。

CheckBox

CheckBox。

当项目序列化为 xml 时,其值为“CheckBox”。

Dialog

对话。

当项序列化为 xml 时,其值为“Dialog”。

Drop

落。

当项序列化为 xml 时,其值为“Drop”。

EditBox

EditBox。

当项目序列化为 xml 时,其值为“EditBox”。

Equality(ObjectTypeValues, ObjectTypeValues)
Equals(Object)
Equals(ObjectTypeValues)
GetHashCode()
GroupBox

GBox。

当项目序列化为 xml 时,其值为“GBox”。

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<ObjectTypeValues>.Create(String)
Inequality(ObjectTypeValues, ObjectTypeValues)
Label

标签。

当项序列化为 xml 时,其值为“Label”。

List

列表。

当项序列化为 xml 时,其值为“List”。

ObjectTypeValues(String)

创建新的 ObjectTypeValues 枚举实例

Radio

收音机。

当项序列化为 xml 时,其值为“Radio”。

Scroll

滚动。

当项序列化为 xml 时,其值为“Scroll”。

Spin

纺。

当项序列化为 xml 时,其值为“Spin”。

ToString()

适用于