Aspose::Cells::Drawing::IShapePathCollection Class Referenceabstract

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::IShapePathGetObjectByIndex (Aspose::Cells::Systems::Int32 index)=0
 Gets a creation path. More...
 
virtual Aspose::Cells::Systems::Int32 Add ()=0
 Add a creation path. More...
 

Detailed Description

Represents path collection information in NotPrimitive autoshape

Member Function Documentation

◆ Add()

virtual Aspose::Cells::Systems::Int32 Aspose::Cells::Drawing::IShapePathCollection::Add ( )
pure virtual

Add a creation path.

Returns
Returns IShapePath object.

◆ GetCount()

virtual Aspose::Cells::Systems::Int32 Aspose::Cells::Drawing::IShapePathCollection::GetCount ( )
pure virtual

Gets the count of paths

◆ GetObjectByIndex()

virtual intrusive_ptr<Aspose::Cells::Drawing::IShapePath> Aspose::Cells::Drawing::IShapePathCollection::GetObjectByIndex ( Aspose::Cells::Systems::Int32  index)
pure virtual

Gets a creation path.

Parameters
indexThe index.
Returns
Returns IShapePath object.