Package | Description |
---|---|
aspose.pdf |
Modifier and Type | Class and Description |
---|---|
class |
Arc
Represents an arc
Shape in a Graph. |
class |
Circle
Represents a circle
Shape in a Graph. |
class |
ClosedShape
Defines shapes that are always closed (contours).
|
class |
ComplexShape
{@code
|
class |
Curve
Represents a curve
Shape in a Graph. |
class |
Ellipse
Represents a Ellipse
Shape in a Pdf document. |
class |
Line
Represents a line
Shape in a Graph. |
class |
NonClosedShape
Defines a
Shape that can be unclosed. |
class |
PathArea
{@code
|
class |
Rectangle
Represents a rectangle
Shape in a Pdf document. |
class |
ShapeImage
Represents a image
Shape in a Pdf document. |
Modifier and Type | Method and Description |
---|---|
Shape |
Shapes.get_Item(int index)
Gets or sets a
Shape object from the collection according to Shape index. |
Shape |
Shapes.get_Item(String shapeID)
Gets or sets a
Shape object from the collection according to Shape ID. |
Modifier and Type | Method and Description |
---|---|
void |
Shapes.add(Shape shape)
Adds a new
Shape object into the collection. |
void |
Shapes.copyTo(Shape[] shapeArray,
int index)
Copies the elements to a
Shape object array, starting at a specified array index. |
int |
Shapes.indexOf(Shape shape)
Gets the index of a specified
Shape object in the collection. |
void |
Shapes.remove(Shape shapeToRemove)
Removes a
Shape object from the collection. |
void |
Shapes.set_Item(int index,
Shape value) |
void |
Shapes.set_Item(String shapeID,
Shape value) |
Constructor and Description |
---|
PathArea(Graph graph,
Shape[] shapeArr)
Initializes a new instance of the
PathArea class. |
PathArea(Shape[] shapeArr)
Initializes a new instance of the
PathArea class. |
Copyright © 2016 Aspose. All Rights Reserved.