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