Uses of Class
com.itextpdf.text.pdf.PdfRectangle
Packages that use PdfRectangle
-
Uses of PdfRectangle in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfRectangleModifier and TypeFieldDescription(package private) PdfRectanglePdfPage.mediaBoxvalue of the MediaBox keyFields in com.itextpdf.text.pdf with type parameters of type PdfRectangleModifier and TypeFieldDescriptionprotected 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.itextpdf.text.pdf that return PdfRectangleModifier and TypeMethodDescription(package private) PdfRectanglePdfPage.getMediaBox()Returns the MediaBox of this Page.PdfRectangle.rotate()Swaps the values of urx and ury and of lly and llx in order to rotate the rectangle.(package private) PdfRectanglePdfPage.rotateMediaBox()Rotates the mediabox, but not the text in it.PdfRectangle.transform(AffineTransform transform) Constructors in com.itextpdf.text.pdf with parameters of type PdfRectangleModifierConstructorDescription(package private)PdfPage(PdfRectangle mediaBox, HashMap<String, PdfRectangle> boxSize, PdfDictionary resources) Constructs aPdfPage.(package private)PdfPage(PdfRectangle mediaBox, HashMap<String, PdfRectangle> boxSize, PdfDictionary resources, int rotate) Constructs aPdfPage.Constructor parameters in com.itextpdf.text.pdf with type arguments of type PdfRectangleModifierConstructorDescription(package private)PdfPage(PdfRectangle mediaBox, HashMap<String, PdfRectangle> boxSize, PdfDictionary resources) Constructs aPdfPage.(package private)PdfPage(PdfRectangle mediaBox, HashMap<String, PdfRectangle> boxSize, PdfDictionary resources, int rotate) Constructs aPdfPage.