Aspose::Cells::Drawing::MsoDrawingType enum
Contents
[
Hide
]MsoDrawingType enum
Represents office drawing objects type.
enum class MsoDrawingType
Values
Name | Value | Description |
---|---|---|
Group | 0 | Group. |
Line | 1 | Line. |
Rectangle | 2 | Rectangle. |
Oval | 3 | Oval. |
Arc | 4 | Arc. |
Chart | 5 | Chart. |
TextBox | 6 | TextBox. |
Button | 7 | Button. |
Picture | 8 | Picture. |
Polygon | 9 | Polygon. |
CheckBox | 11 | CheckBox. |
RadioButton | 12 | RadioButton. |
Label | 14 | Label. |
Dialog_Box | 15 | DialogBox. |
Spinner | 16 | Spinner. |
ScrollBar | 17 | ScrollBar. |
ListBox | 18 | ListBox. |
GroupBox | 19 | GroupBox. |
ComboBox | 20 | ComboBox. |
Comment | 25 | Comment. |
OleObject | 24 | OleObject. |
CellsDrawing | 30 | Only for preserving the drawing object in the template file. |
Unknown | 29 | Only for preserving the drawing object in the xlsx file. |
Slicer | 31 | Slicer. |
WebExtension | 32 | Web extension. |
SmartArt | 33 | Smart Art. |
CustomXml | 34 | Custom xml shape ,such as Ink. |
Timeline | 35 | Timeline. |
Model3D | 36 | 3D Model |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++