Click or drag to resize

ObjectValues Enumeration

Object Type

Namespace: DocumentFormat.OpenXml.Vml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum ObjectValues
Members
Member nameValueDescription
Button0 Pushbutton.

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

Checkbox1 Checkbox.

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

Dialog2 Dialog.

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

Drop3 Dropdown Box.

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

Edit4 Editable Text Field.

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

GroupBox5 Group Box.

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

Label6 Label.

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

AuditingLine7 Auditing Line.

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

List8 List Box.

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

Movie9 Movie.

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

Note10 Comment.

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

Picture11 Image.

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

Radio12 Radio Button.

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

AuditingRectangle13 Auditing Rectangle.

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

Scroll14 Scroll Bar.

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

Spin15 Spin Button.

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

Shape16 Plain Shape.

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

Group17 Group.

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

Rectangle18 Plain Rectangle.

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

See Also