Package | Description |
---|---|
com.aspose.pdf | |
com.aspose.pdf.devices |
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 |
Artifact.getPosition()
Gets or sets artifact position.
|
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 |
---|---|
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 |
Artifact.setPosition(Point value) |
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 |
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(Page page,
Rectangle rect,
Point start,
Point end)
Creates new Line annotation on the specified page.
|
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. |
Copyright © 2014 Aspose. All Rights Reserved.