Aspose::Cells::Drawing::ShapeGuide class
Contents
[
Hide
]ShapeGuide class
Encapsulates a shape guide specifies the presence of a shape guide that will be used to govern the geometry of the specified shape.
class ShapeGuide : public Aspose::Cells::Drawing::BaseShapeGuide
Methods
Method | Description |
---|---|
BaseShapeGuide(BaseShapeGuide_Impl* impl) | Constructs from an implementation object. |
BaseShapeGuide(const BaseShapeGuide& src) | Copy constructor. |
GetValue() | Gets or sets value of this guide. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const ShapeGuide& src) | operator= |
operator=(const BaseShapeGuide& src) | operator= |
SetValue(double value) | Gets or sets value of this guide. |
ShapeGuide(ShapeGuide_Impl* impl) | Constructs from an implementation object. |
ShapeGuide(const ShapeGuide& src) | Copy constructor. |
ShapeGuide(const BaseShapeGuide& src) | Constructs from a parent object. |
~BaseShapeGuide() | Destructor. |
~ShapeGuide() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Class BaseShapeGuide
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++