ObjectValues Enumeration
Object Type
Namespace: DocumentFormat.OpenXml.Vml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration ObjectValues
'Usage
Dim instance As ObjectValues
public enum ObjectValues
Members
Member name | Description | |
---|---|---|
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". | |
GroupBox | Group Box. When the item is serialized out as xml, its value is "GBox". | |
Label | Label. When the item is serialized out as xml, its value is "Label". | |
AuditingLine | Auditing Line. When the item is serialized out as xml, its value is "LineA". | |
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". | |
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". | |
AuditingRectangle | Auditing Rectangle. When the item is serialized out as xml, its value is "RectA". | |
Scroll | Scroll Bar. When the item is serialized out as xml, its value is "Scroll". | |
Spin | Spin Button. When the item is serialized out as xml, its value is "Spin". | |
Shape | Plain Shape. When the item is serialized out as xml, its value is "Shape". | |
Group | Group. When the item is serialized out as xml, its value is "Group". | |
Rectangle | Plain Rectangle. When the item is serialized out as xml, its value is "Rect". |