Uses of Class
com.itextpdf.text.pdf.PdfRectangle
-
Packages that use PdfRectangle Package Description com.itextpdf.text.pdf -
-
Uses of PdfRectangle in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf with type parameters of type PdfRectangle Modifier and Type Field Description protected HashMap<String,PdfRectangle>
PdfDocument. boxSize
This is the size of the several boxes that will be used in the next page.protected HashMap<String,PdfRectangle>
PdfDocument. thisBoxSize
This is the size of the several boxes of the current Page.Methods in com.itextpdf.text.pdf that return PdfRectangle Modifier and Type Method Description PdfRectangle
PdfRectangle. rotate()
Swaps the values of urx and ury and of lly and llx in order to rotate the rectangle.PdfRectangle
PdfRectangle. transform(AffineTransform transform)
-