Aspose::Cells::Drawing::BevelPresetType enum
BevelPresetType enum
Represents a preset for a type of bevel which can be applied to a shape in 3D.
enum class BevelPresetType
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | No bevel. |
| Angle | 1 | Angle. |
| ArtDeco | 2 | Art deco. |
| Circle | 3 | Circle. |
| Convex | 4 | Convex. |
| CoolSlant | 5 | Cool slant. |
| Cross | 6 | Cross. |
| Divot | 7 | Divot. |
| HardEdge | 8 | Hard edge. |
| RelaxedInset | 9 | Relaxed inset. |
| Riblet | 10 | Riblet. |
| Slope | 11 | Slope. |
| SoftRound | 12 | Soft round. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++