|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Shape in aspose.pdf |
---|
Subclasses of Shape in aspose.pdf | |
---|---|
class |
Arc
Represents an arc Shape in a Graph. |
class |
Circle
Represents a circle |
class |
ClosedShape
Defines Shapes that are always closed (contours). |
class |
ComplexShape
ComplexShape is a Shape that consists of several closed Shapes (contours). |
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 |
Path
Path is a closed shape (contour) that consists of several unclosed Shapes such as Lines, Bezier curves, Arc. |
class |
Rectangle
Represents a rectangle Shape in a Pdf document. |
class |
UnclosedShape
Defines a shape that can be unclosed. |
Methods in aspose.pdf that return Shape | |
---|---|
Shape |
Shapes.get(java.lang.String id)
Gets a Shape object from the collection according to Shape ID. |
Shape |
Shapes.getShape(int index)
Gets a Shape object from the
collection according to Shape index. |
Methods in aspose.pdf with parameters of type Shape | |
---|---|
void |
Shapes.add(Shape shape)
The culture info. |
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(int index,
Shape shape)
Sets a Shape object from the
collection according to Shape index. |
void |
Shapes.set(java.lang.String id,
Shape value)
Sets a Shape object to the collection with the specified index. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |