Aspose::Cells::Drawing::VmlShapeGuide class

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

MethodDescription
BaseShapeGuide(BaseShapeGuide_Impl* impl)Constructs from an implementation object.
BaseShapeGuide(const BaseShapeGuide& src)Copy constructor.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also