Aspose::Cells::Drawing::ShapeLockType enum
ShapeLockType enum
Represents type of the property to be locked.
enum class ShapeLockType
Values
| Name | Value | Description |
|---|---|---|
| Group | 0 | Group. |
| AdjustHandles | 1 | AdjustHandles. |
| Text | 2 | Text. |
| Points | 3 | Points. |
| Crop | 4 | Crop. |
| Selection | 5 | Selection. |
| Move | 6 | Move. |
| AspectRatio | 7 | AspectRatio. |
| Rotation | 8 | Rotation. |
| Ungroup | 9 | Ungroup. |
| Resize | 10 | Resize. |
| ShapeType | 11 | ShapeType. |
| Arrowhead | 12 | Arrowhead. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++