Uses of Class
com.lowagie.text.pdf.PdfRectangle
Packages that use PdfRectangle
-
Uses of PdfRectangle in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfRectangleModifier and TypeFieldDescription(package private) PdfRectanglePdfPage.mediaBoxDeprecated.value of the MediaBox keyFields in com.lowagie.text.pdf with type parameters of type PdfRectangleModifier and TypeFieldDescriptionprotected HashMap<String,PdfRectangle> PdfDocument.boxSizeDeprecated.This is the size of the several boxes that will be used in the next page.protected HashMap<String,PdfRectangle> PdfDocument.thisBoxSizeDeprecated.This is the size of the several boxes of the current Page.Methods in com.lowagie.text.pdf that return PdfRectangleModifier and TypeMethodDescription(package private) PdfRectanglePdfPage.getMediaBox()Deprecated.Returns the MediaBox of this Page.PdfRectangle.rotate()Deprecated.Swaps the values of urx and ury and of lly and llx in order to rotate the rectangle.(package private) PdfRectanglePdfPage.rotateMediaBox()Deprecated.Rotates the mediabox, but not the text in it.Constructors in com.lowagie.text.pdf with parameters of type PdfRectangleModifierConstructorDescription(package private)PdfPage(PdfRectangle mediaBox, HashMap<String, ? extends PdfObject> boxSize, PdfDictionary resources) Deprecated.Constructs aPdfPage.(package private)PdfPage(PdfRectangle mediaBox, HashMap<String, ? extends PdfObject> boxSize, PdfDictionary resources, int rotate) Deprecated.Constructs aPdfPage.