Represents path collection information in NotPrimitive autoshape More...
Inherits CollectionBase.
Public Member Functions | |
virtual Aspose::Cells::Systems::Int32 | GetCount ()=0 |
Gets the count of paths More... | |
virtual intrusive_ptr< Aspose::Cells::Drawing::IShapePath > | GetObjectByIndex (Aspose::Cells::Systems::Int32 index)=0 |
Gets a creation path. More... | |
virtual Aspose::Cells::Systems::Int32 | Add ()=0 |
Add a creation path. More... | |
Represents path collection information in NotPrimitive autoshape
|
pure virtual |
Add a creation path.
|
pure virtual |
Gets the count of paths
|
pure virtual |