Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfRectangle
-
Packages that use PdfRectangle Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfRectangle in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfRectangle Modifier and Type Field Description (package private) PdfRectangle
PdfPage. mediaBox
value of the MediaBox keyMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfRectangle Modifier and Type Method Description (package private) PdfRectangle
PdfPage. getMediaBox()
Returns the MediaBox of this Page.PdfRectangle
PdfRectangle. rotate()
Swaps the values of urx and ury and of lly and llx in order to rotate the rectangle.(package private) PdfRectangle
PdfPage. rotateMediaBox()
Rotates the mediabox, but not the text in it.Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfRectangle Constructor Description PdfPage(PdfRectangle mediaBox, java.util.HashMap boxSize, PdfDictionary resources)
Constructs aPdfPage
.PdfPage(PdfRectangle mediaBox, java.util.HashMap boxSize, PdfDictionary resources, int rotate)
Constructs aPdfPage
.
-