Uses of Class org.pdfbox.pdmodel.common.PDRectangle

Uses in package org.pdfbox.pdmodel.interactive.pagenavigation

Methods with parameter type org.pdfbox.pdmodel.common.PDRectangle

void
Set the rectangle on the page that this bead covers.

Methods with return type org.pdfbox.pdmodel.common.PDRectangle

PDRectangle
The rectangle on the page that this bead is part of.

Uses in package org.pdfbox.pdmodel.common

Methods with return type org.pdfbox.pdmodel.common.PDRectangle

PDRectangle
This will create a translated rectangle based off of this rectangle, such that the new rectangle retains the same dimensions(height/width), but the lower left x,y values are zero.

Uses in package org.pdfbox.pdmodel.font

Methods with parameter type org.pdfbox.pdmodel.common.PDRectangle

void
Set the fonts bounding box.
void
Set the fonts bounding box.
void
Set the fonts bounding box.

Methods with return type org.pdfbox.pdmodel.common.PDRectangle

PDRectangle
This will get the fonts bouding box.
PDRectangle
This will get the fonts bouding box.
PDRectangle
This will get the fonts bouding box.
PDRectangle
This will get the fonts bouding box.
PDRectangle
This will get the fonts bouding box.
PDRectangle
This will get the fonts bounding box.
PDRectangle
This will get the fonts bouding box.

Uses in package org.pdfbox.pdmodel

Fields of type org.pdfbox.pdmodel.common.PDRectangle

PDRectangle
A page size of LETTER or 8.5x11.

Methods with parameter type org.pdfbox.pdmodel.common.PDRectangle

void
This will set the ArtBox for this page.
void
This will set the BleedBox for this page.
void
This will set the CropBox for this page.
void
This will set the CropBox for this page.
void
This will set the mediaBox for this page.
void
This will set the mediaBox for this page.
void
This will set the TrimBox for this page.

Methods with return type org.pdfbox.pdmodel.common.PDRectangle

PDRectangle
This will find the CropBox for this page by looking up the hierarchy until it finds them.
PDRectangle
This will find the CropBox for this page by looking up the hierarchy until it finds them.
PDRectangle
This will find the MediaBox for this page by looking up the hierarchy until it finds them.
PDRectangle
This will find the MediaBox for this page by looking up the hierarchy until it finds them.
PDRectangle
A rectangle, expressed in default user space units, defining the extent of the page's meaningful content (including potential white space) as intended by the page's creator The default isthe CropBox.
PDRectangle
A rectangle, expressed in default user space units, defining the region to which the contents of the page should be clipped when output in a production environment.
PDRectangle
A rectangle, expressed in default user space units, defining the visible region of default user space.
PDRectangle
This will get the CropBox at this page and not look up the hierarchy.
PDRectangle
A rectangle, expressed in default user space units, defining the boundaries of the physical medium on which the page is intended to be displayed or printed This will get the MediaBox at this page and not look up the hierarchy.
PDRectangle
This will get the MediaBox at this page and not look up the hierarchy.
PDRectangle
A rectangle, expressed in default user space units, defining the intended dimensions of the finished page after trimming.

Uses in package org.pdfbox.pdmodel.interactive.annotation

Methods with parameter type org.pdfbox.pdmodel.common.PDRectangle

void
This will set the bounding box for this appearance stream.
void
This will set the rectangle difference rectangle.
void
This will set the rectangle for this annotation.

Methods with return type org.pdfbox.pdmodel.common.PDRectangle

PDRectangle
Get the bounding box for this appearance.
PDRectangle
This will get the rectangle difference rectangle.
PDRectangle
The annotation rectangle, defining the location of the annotation on the page in default user space units.