Aspose::Cells::Drawing::Bevel class
Contents
[
Hide
]Bevel class
Represents a bevel of a shape.
class Bevel
Methods
Method | Description |
---|---|
Bevel(Bevel_Impl* impl) | Constructs from an implementation object. |
Bevel(const Bevel& src) | Copy constructor. |
GetHeight() | Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points. |
GetType() | Gets and sets the preset bevel type. |
GetWidth() | Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const Bevel& src) | operator= |
SetHeight(double value) | Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points. |
SetType(BevelPresetType value) | Gets and sets the preset bevel type. |
SetWidth(double value) | Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points. |
~Bevel() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++