com.aspose.cells
Class ShapeSegmentPathCollection
java.lang.Object
CollectionBase
com.aspose.cells.ShapeSegmentPathCollection
- All Implemented Interfaces:
- java.lang.Iterable
public class ShapeSegmentPathCollection
- extends CollectionBase
Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape.
ShapeSegmentPathCollection
public ShapeSegmentPathCollection()
-
Property Getters/Setters Detail |
-
-
Gets ShapeSegmentPath object.
- Parameters:
index
- The index.
- Returns:
- Returns a ShapeSegmentPath object.
add | |
public int add(int type) |
-
Add a segment path in creation path.
- Parameters:
type
- A ShapePathType value. The path type.
- Returns:
- Returns the position of ShapeSegmentPath object in the list.
-
removeAt | → inherited from CollectionBase |
public void removeAt(int index) |
-
iterator | → inherited from CollectionBase |
public java.util.Iterator iterator() |
-
get | → inherited from CollectionBase |
public java.lang.Object get(int index) |
- Reserved for internal use.
contains | → inherited from CollectionBase |
public boolean contains(java.lang.Object value) |
- Reserved for internal use.
add | → inherited from CollectionBase |
public int add(java.lang.Object value) |
- Reserved for internal use.
indexOf | → inherited from CollectionBase |
public int indexOf(java.lang.Object value) |
- Reserved for internal use.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.