Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
com.aspose.pdf.devices |
The com.aspose.pdf.devices package provides classes which are used for representing
document as image(s) or a plain text.
|
com.aspose.pdf.drawing |
The com.aspose.pdf.drawing package provides classes describing graphic primitives like
arc, line, circle etc.
|
com.aspose.pdf.operators |
The
com.aspose.pdf.operators is a package for Operator implementations. |
Modifier and Type | Method and Description |
---|---|
Point |
Rectangle.center()
Returncs coordinates of center of the rectangle.
|
Point |
MovieAnnotation.getAspect()
Gets or sets the width and height of the movie�s bounding box, in pixels.
|
Point[] |
FreeTextAnnotation.getCallout()
Array of point specifying callout line.
|
Point |
LineAnnotation.getCaptionOffset()
Gets caption text offset from its normal position.
|
Point |
LineAnnotation.getEnding()
Gets line ending point.
|
Point |
Measure.getOrigin()
Point that shall specify the origin of the measurement coordinate system in default user
space coordinates.
|
Point[] |
MarkupParagraph.getPoints()
Points of polygon that describes paragraph.
|
Point |
Artifact.getPosition()
Gets artifact position.
|
Point[] |
RedactionAnnotation.getQuadPoint()
An array of 8xN numbers specifying the coordinates of content region that is intended to be
removed.
|
Point[] |
RedactionAnnotation.getQuadPoints()
Gets an array of points specifying the coordinates of n quadrilaterals.
|
Point[] |
TextMarkupAnnotation.getQuadPoints()
Gets an array of points specifying the coordinates of n quadrilaterals.
|
Point |
LineAnnotation.getStarting()
Gets starting point of line.
|
Point |
TextExtractionErrorLocation.getTextStartPoint()
Key (name) of the PDF Font object that is used for showing of the operator that causes text extraction error.
|
static Point |
Point.getTrivial()
Gets point with zero coordinates.
|
Point[] |
PolyAnnotation.getVertices()
Gets an array of points representing the horizontal and vertical coordinates of each vertex.
|
Point[] |
Rectangle.toPoints()
Converts rectangle into array of points ("QuadPoints").
|
Point |
Matrix.transform(Point p)
Transforms point using this matrix.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Rectangle.contains(Point point)
Determinces whether given point is inside of the rectangle.
|
static void |
InternalHelper.drawBorder(BorderInfo border,
Point leftTop,
Point rightBottom,
com.aspose.ms.System.Collections.Generic.List<Operator> operators,
int cornerStyle) |
static void |
Table.drawRoundedRectangle(GraphInfo info,
Point topLeft,
Point rightBottom,
List<Operator> operators,
double radius)
Add operators for rectangle.
|
void |
MovieAnnotation.setAspect(Point value)
Gets or sets the width and height of the movie�s bounding box, in pixels.
|
void |
FreeTextAnnotation.setCallout(Point[] value)
Array of point specifying callout line.
|
void |
LineAnnotation.setCaptionOffset(Point value)
Sets caption text offset from its normal position.
|
void |
LineAnnotation.setEnding(Point value)
Sets line ending point.
|
void |
Measure.setOrigin(Point value)
Point that shall specify the origin of the measurement coordinate system in default user
space coordinates.
|
void |
Artifact.setPosition(Point value)
Sets artifact position.
|
void |
Field.setPosition(Point point)
Set position of the field.
|
void |
RadioButtonField.setPosition(Point point)
Move all subitems of radio button to specified positins on the page.
|
void |
RedactionAnnotation.setQuadPoint(Point[] value)
An array of 8xN numbers specifying the coordinates of content region that is intended to be
removed.
|
void |
RedactionAnnotation.setQuadPoints(Point[] value)
Sets an array of points specifying the coordinates of n quadrilaterals.
|
void |
TextMarkupAnnotation.setQuadPoints(Point[] value)
Sets an array of points specifying the coordinates of n quadrilaterals.
|
void |
LineAnnotation.setStarting(Point value)
Sets starting point of line.
|
void |
PolyAnnotation.setVertices(Point[] value)
Sets an array of points representing the horizontal and vertical coordinates of each vertex.
|
Point |
Matrix.transform(Point p)
Transforms point using this matrix.
|
Constructor and Description |
---|
LineAnnotation(IDocument document,
Point start,
Point end)
Constructor for using with Generator.
|
LineAnnotation(Page page,
Rectangle rect,
Point start,
Point end)
Creates new Line annotation on the specified page.
|
PolygonAnnotation(IDocument document,
Point[] vertices)
Constructor for using with Generator.
|
PolygonAnnotation(Page page,
Rectangle rect,
Point[] vertices)
Creates new Polygon annotation on the specified page.
|
PolylineAnnotation(Page page,
Rectangle rect,
Point[] vertices)
Creates new Polyline annotation on the specified page.
|
Constructor and Description |
---|
GraphicsDevice(Point origin,
int paperWidth,
int paperHeight,
com.aspose.ms.System.Drawing.Rectangle marginBounds,
float scaleFactor,
Resolution resolution,
int rotateDegrees,
boolean autoSize,
int verticalAlignment,
int horizontalAlignment,
boolean isXpsPrinting)
Initializes a new instance of the
GraphicsDevice class with provided image dimensions
and resolution. |
Modifier and Type | Method and Description |
---|---|
Point |
GradientAxialShading.getEnd()
Gets end point.
|
Point |
GradientRadialShading.getEnd()
Gets or sets ending circle center point.
|
Point |
GradientAxialShading.getStart()
Gets start point.
|
Point |
GradientRadialShading.getStart()
Gets or sets starting circle center point.
|
Modifier and Type | Method and Description |
---|---|
void |
GradientAxialShading.setEnd(Point value)
Sets end point.
|
void |
GradientRadialShading.setEnd(Point value)
Gets or sets ending circle center point.
|
void |
GradientAxialShading.setStart(Point value)
Sets start point.
|
void |
GradientRadialShading.setStart(Point value)
Gets or sets starting circle center point.
|
Modifier and Type | Method and Description |
---|---|
Point[] |
CurveTo.getPoints()
Points of the curve.
|
Point[] |
CurveTo1.getPoints()
Points of the curve.
|
Point[] |
CurveTo2.getPoints()
Points of the curve.
|