ObjectValues Enum

Definition

Object Type

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

Fields

ObjectValues(String)

Creates a new ObjectValues enum instance

AuditingLine 7

Auditing Line.

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

AuditingLine

Auditing Line.

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

AuditingRectangle 13

Auditing Rectangle.

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

AuditingRectangle

Auditing Rectangle.

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

Button 0

Pushbutton.

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

Button

Pushbutton.

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

Dialog.

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

Dialog 2

Dialog.

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

Drop 3

Dropdown Box.

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

Drop

Dropdown Box.

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

Edit 4

Editable Text Field.

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

Edit

Editable Text Field.

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

Equals(ObjectValues)
Equals(Object)
GetHashCode()
Group

Group.

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

Group 17

Group.

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

GroupBox

Group Box.

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

GroupBox 5

Group Box.

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

Label 6

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 8

List Box.

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

List

List Box.

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

Movie

Movie.

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

Movie 9

Movie.

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

Note 10

Comment.

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

Note

Comment.

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

Equality(ObjectValues, ObjectValues)
Inequality(ObjectValues, ObjectValues)
Picture 11

Image.

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

Picture

Image.

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

Radio 12

Radio Button.

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

Radio

Radio Button.

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

Rectangle 18

Plain Rectangle.

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

Rectangle

Plain Rectangle.

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

Scroll 14

Scroll Bar.

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

Scroll

Scroll Bar.

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

Shape 16

Plain Shape.

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

Shape

Plain Shape.

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

Spin

Spin Button.

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

Spin 15

Spin Button.

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

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

Applies to