Aspose::Cells::Drawing::ShapePathCollection class
ShapePathCollection class
Represents path collection information in NotPrimitive autoshape.
class ShapePathCollection
Methods
Method | Description |
---|---|
Add() | Add a creation path. |
Get(int32_t index) | Gets a creation path. |
GetCount() | Gets the count of paths. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const ShapePathCollection& src) | operator= |
ShapePathCollection(ShapePathCollection_Impl* impl) | Constructs from an implementation object. |
ShapePathCollection(const ShapePathCollection& src) | Copy constructor. |
~ShapePathCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++