ObjectValues 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.
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
Name | Value | Description |
---|---|---|
Button | 0 | 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". |
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". |
Edit | 4 | Editable Text Field. When the item is serialized out as xml, its value is "Edit". |
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". |
AuditingLine | 7 | Auditing Line. When the item is serialized out as xml, its value is "LineA". |
List | 8 | List Box. When the item is serialized out as xml, its value is "List". |
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". |
Picture | 11 | 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". |
AuditingRectangle | 13 | Auditing Rectangle. When the item is serialized out as xml, its value is "RectA". |
Scroll | 14 | Scroll Bar. When the item is serialized out as xml, its value is "Scroll". |
Spin | 15 | Spin Button. When the item is serialized out as xml, its value is "Spin". |
Shape | 16 | Plain Shape. When the item is serialized out as xml, its value is "Shape". |
Group | 17 | Group. When the item is serialized out as xml, its value is "Group". |
Rectangle | 18 | Plain Rectangle. When the item is serialized out as xml, its value is "Rect". |
AuditingLine | Auditing Line. When the item is serialized out as xml, its value is "LineA". |
|
AuditingRectangle | Auditing Rectangle. When the item is serialized out as xml, its value is "RectA". |
|
Button | Pushbutton. 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 | Dropdown Box. When the item is serialized out as xml, its value is "Drop". |
|
Edit | Editable Text Field. When the item is serialized out as xml, its value is "Edit". |
|
Equality(ObjectValues, ObjectValues) | ||
Equals(Object) | ||
Equals(ObjectValues) | ||
GetHashCode() | ||
Group | 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". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ObjectValues>.Create(String) | ||
Inequality(ObjectValues, ObjectValues) | ||
Label | Label. When the item is serialized out as xml, its value is "Label". |
|
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". |
|
Note | Comment. When the item is serialized out as xml, its value is "Note". |
|
ObjectValues(String) | Creates a new ObjectValues enum instance |
|
Picture | Image. When the item is serialized out as xml, its value is "Pict". |
|
Radio | Radio Button. When the item is serialized out as xml, its value is "Radio". |
|
Rectangle | Plain Rectangle. When the item is serialized out as xml, its value is "Rect". |
|
Scroll | Scroll Bar. When the item is serialized out as xml, its value is "Scroll". |
|
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". |
|
ToString() |