Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New 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.
|
Modifier and Type | Method and Description |
---|---|
Point |
MovieAnnotation.getAspect()
Gets the width and height of the movie's bounding box, in pixels, specified as [ width height
].
|
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[] |
Operator.CurveTo.getPoints()
Points of the curve.
|
Point[] |
Operator.CurveTo1.getPoints() |
Point[] |
Operator.CurveTo2.getPoints() |
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[] |
TextMarkupAnnotation.getQuadPoints()
Gets an array of points specifying the coordinates of n quadrilaterals.
|
Point |
LineAnnotation.getStarting()
Gets starting point of line.
|
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 |
Matrix.transform(Point p)
Transforms point using this matrix.
|
Modifier and Type | Method and Description |
---|---|
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)
Sets the width and height of the movie's bounding box, in pixels, specified as [ width height
].
|
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 |
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 |
GradientAxialShading.getStart()
Gets start point.
|
Modifier and Type | Method and Description |
---|---|
void |
GradientAxialShading.setEnd(Point value)
Sets end point.
|
void |
GradientAxialShading.setStart(Point value)
Sets start point.
|
Copyright © 2016 Aspose. All Rights Reserved.