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