MsoDrawingType Enum
MsoDrawingType Enum
Represents office drawing objects type.
type MsoDrawingType int32
Fields
Field | Description |
---|---|
Group | Group |
Line | Line |
Rectangle | Rectangle |
Oval | Oval |
Arc | Arc |
Chart | Chart |
TextBox | TextBox |
Button | Button |
Picture | Picture |
Polygon | Polygon |
CheckBox | CheckBox |
RadioButton | RadioButton |
Label | Label |
Dialog_Box | DialogBox |
Spinner | Spinner |
ScrollBar | ScrollBar |
ListBox | ListBox |
GroupBox | GroupBox |
ComboBox | ComboBox |
Comment | Comment |
OleObject | OleObject |
CellsDrawing | Only for preserving the drawing object in the template file. |
Unknown | Only for preserving the drawing object in the xlsx file. |
Slicer | Slicer |
WebExtension | Web extension |
SmartArt | Smart Art |
CustomXml | Custom xml shape ,such as Ink. |
Timeline | Timeline |
Model3D | 3D Model |