Package | Description |
---|---|
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.spatial | |
com.itextpdf.text.pdf.spatial.objects |
Modifier and Type | Class and Description |
---|---|
class |
PdfRectangle
PdfRectangle is the PDF Rectangle object.
|
Modifier and Type | Method and Description |
---|---|
void |
MeasureGeospatial.setBounds(NumberArray bounds)
An array of numbers that shall be taken pairwise to define a series of points that describes the bounds of an area for which geospatial transformations are valid.
|
void |
MeasureGeospatial.setGPTS(NumberArray pairedpoints)
An array of numbers that shall be taken pairwise, defining points in geographic space as degrees of latitude and longitude.
|
void |
MeasureGeospatial.setLPTS(NumberArray pairedpoints)
An array of numbers that shall be taken pairwise to define points in a 2D unit square.
|
Modifier and Type | Class and Description |
---|---|
class |
XYArray
Creates an Array with two PdfNumber elements, representing an X and Y coordinate.
|
Copyright © 2016. All rights reserved.