Uses of Class
org.apache.pdfbox.pdmodel.common.PDRectangle
-
Packages that use PDRectangle Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package.org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf The tagged PDF package provides a mechanism for incorporating "tags" (standard structure types and attributes) into a PDF file.org.apache.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.pdmodel.graphics The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.org.apache.pdfbox.pdmodel.graphics.pattern This package deals with patterns which are used instead of colors.org.apache.pdfbox.pdmodel.graphics.shading This package deals with shadings which are used for filling instead of a color.org.apache.pdfbox.pdmodel.graphics.xobject This package deals with images that are stored in a PDF document.org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements.org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible This is the visual signature part that help creating the visual representation for the digital signature.org.apache.pdfbox.pdmodel.interactive.measurement The measurement package contains classes that work with elements specifying measure properties.org.apache.pdfbox.pdmodel.interactive.pagenavigation A package to allow provide access to PDF page navigation functionality. -
-
Uses of PDRectangle in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel declared as PDRectangle Modifier and Type Field Description static PDRectangle
PDPage. PAGE_SIZE_A0
A page size of A0 Paper.static PDRectangle
PDPage. PAGE_SIZE_A1
A page size of A1 Paper.static PDRectangle
PDPage. PAGE_SIZE_A2
A page size of A2 Paper.static PDRectangle
PDPage. PAGE_SIZE_A3
A page size of A3 Paper.static PDRectangle
PDPage. PAGE_SIZE_A4
A page size of A4 Paper.static PDRectangle
PDPage. PAGE_SIZE_A5
A page size of A5 Paper.static PDRectangle
PDPage. PAGE_SIZE_A6
A page size of A6 Paper.static PDRectangle
PDPage. PAGE_SIZE_LETTER
A page size of LETTER or 8.5x11.Methods in org.apache.pdfbox.pdmodel that return PDRectangle Modifier and Type Method Description PDRectangle
PDPage. findCropBox()
This will find the CropBox for this page by looking up the hierarchy until it finds them.PDRectangle
PDPageNode. findCropBox()
This will find the CropBox for this page by looking up the hierarchy until it finds them.PDRectangle
PDPage. findMediaBox()
This will find the MediaBox for this page by looking up the hierarchy until it finds them.PDRectangle
PDPageNode. findMediaBox()
This will find the MediaBox for this page by looking up the hierarchy until it finds them.PDRectangle
PDPage. getArtBox()
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
PDPage. getBleedBox()
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
PDPage. getCropBox()
A rectangle, expressed in default user space units, defining the visible region of default user space.PDRectangle
PDPageNode. getCropBox()
This will get the CropBox at this page and not look up the hierarchy.PDRectangle
PDPage. getMediaBox()
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
PDPageNode. getMediaBox()
This will get the MediaBox at this page and not look up the hierarchy.PDRectangle
PDPage. getTrimBox()
A rectangle, expressed in default user space units, defining the intended dimensions of the finished page after trimming.Methods in org.apache.pdfbox.pdmodel with parameters of type PDRectangle Modifier and Type Method Description void
PDPage. setArtBox(PDRectangle artBox)
This will set the ArtBox for this page.void
PDPage. setBleedBox(PDRectangle bleedBox)
This will set the BleedBox for this page.void
PDPage. setCropBox(PDRectangle cropBox)
This will set the CropBox for this page.void
PDPageNode. setCropBox(PDRectangle cropBox)
This will set the CropBox for this page.void
PDPage. setMediaBox(PDRectangle mediaBoxValue)
This will set the mediaBox for this page.void
PDPageNode. setMediaBox(PDRectangle mediaBox)
This will set the mediaBox for this page.void
PDPage. setTrimBox(PDRectangle trimBox)
This will set the TrimBox for this page.Constructors in org.apache.pdfbox.pdmodel with parameters of type PDRectangle Constructor Description PDPage(PDRectangle size)
Creates a new instance of PDPage. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.common
Methods in org.apache.pdfbox.pdmodel.common that return PDRectangle Modifier and Type Method Description PDRectangle
PDRectangle. createRetranslatedRectangle()
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 of PDRectangle in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf
Methods in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf that return PDRectangle Modifier and Type Method Description PDRectangle
PDArtifactMarkedContent. getBBox()
Gets the artifact's bounding box (BBox).PDRectangle
PDLayoutAttributeObject. getBBox()
Gets the bounding box.Methods in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf with parameters of type PDRectangle Modifier and Type Method Description void
PDLayoutAttributeObject. setBBox(PDRectangle bbox)
Sets the bounding box. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return PDRectangle Modifier and Type Method Description PDRectangle
FDFAnnotation. getRectangle()
The rectangle associated with this annotation.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type PDRectangle Modifier and Type Method Description void
FDFAnnotation. setRectangle(PDRectangle rectangle)
Set the rectangle associated with this annotation. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return PDRectangle Modifier and Type Method Description PDRectangle
PDCIDFont. getFontBoundingBox()
This will get the fonts bouding box.abstract PDRectangle
PDFont. getFontBoundingBox()
This will get the fonts bounding box.abstract PDRectangle
PDFontDescriptor. getFontBoundingBox()
This will get the fonts bouding box.PDRectangle
PDFontDescriptorAFM. getFontBoundingBox()
This will get the fonts bouding box.PDRectangle
PDFontDescriptorDictionary. getFontBoundingBox()
This will get the fonts bounding box.PDRectangle
PDSimpleFont. getFontBoundingBox()
This will get the fonts bounding box.PDRectangle
PDType0Font. getFontBoundingBox()
This will get the fonts bounding box.PDRectangle
PDType1CFont. getFontBoundingBox()
This will get the fonts bounding box.Methods in org.apache.pdfbox.pdmodel.font with parameters of type PDRectangle Modifier and Type Method Description abstract void
PDFontDescriptor. setFontBoundingBox(PDRectangle rect)
Set the fonts bounding box.void
PDFontDescriptorAFM. setFontBoundingBox(PDRectangle rect)
Set the fonts bounding box.void
PDFontDescriptorDictionary. setFontBoundingBox(PDRectangle rect)
Set the fonts bounding box. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.graphics
Constructors in org.apache.pdfbox.pdmodel.graphics with parameters of type PDRectangle Constructor Description PDGraphicsState(PDRectangle page)
Constructor with a given pagesize to initialize the clipping path. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.graphics.pattern
Methods in org.apache.pdfbox.pdmodel.graphics.pattern that return PDRectangle Modifier and Type Method Description PDRectangle
PDTilingPatternResources. getBBox()
An array of four numbers in the form coordinate system (see below), giving the coordinates of the left, bottom, right, and top edges, respectively, of the pattern's bounding box.Methods in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type PDRectangle Modifier and Type Method Description void
PDTilingPatternResources. setBBox(PDRectangle bbox)
This will set the BBox (bounding box) for this Pattern. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.graphics.shading
Fields in org.apache.pdfbox.pdmodel.graphics.shading declared as PDRectangle Modifier and Type Field Description protected PDRectangle
ShadingContext. bboxRect
Methods in org.apache.pdfbox.pdmodel.graphics.shading that return PDRectangle Modifier and Type Method Description PDRectangle
PDShadingResources. getBBox()
An array of four numbers in the form coordinate system (see below), giving the coordinates of the left, bottom, right, and top edges, respectively, of the shadings's bounding box.Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDRectangle Modifier and Type Method Description void
PDShadingResources. setBBox(PDRectangle newBBox)
This will set the BBox (bounding box) for this Shading. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.graphics.xobject
Methods in org.apache.pdfbox.pdmodel.graphics.xobject that return PDRectangle Modifier and Type Method Description PDRectangle
PDXObjectForm. getBBox()
An array of four numbers in the form coordinate system (see below), giving the coordinates of the left, bottom, right, and top edges, respectively, of the form XObject's bounding box.Methods in org.apache.pdfbox.pdmodel.graphics.xobject with parameters of type PDRectangle Modifier and Type Method Description void
PDXObjectForm. setBBox(PDRectangle bbox)
This will set the BBox (bounding box) for this form. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDRectangle Modifier and Type Method Description PDRectangle
PDAppearanceStream. getBoundingBox()
Get the bounding box for this appearance.PDRectangle
PDAnnotation. getRectangle()
The annotation rectangle, defining the location of the annotation on the page in default user space units.PDRectangle
PDAnnotationSquareCircle. getRectDifference()
This will get the rectangle difference rectangle.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDRectangle Modifier and Type Method Description void
PDAppearanceStream. setBoundingBox(PDRectangle rectangle)
This will set the bounding box for this appearance stream.void
PDAnnotation. setRectangle(PDRectangle rectangle)
This will set the rectangle for this annotation.void
PDAnnotationSquareCircle. setRectDifference(PDRectangle rd)
This will set the rectangle difference rectangle. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return PDRectangle Modifier and Type Method Description PDRectangle
PDFTemplateStructure. getFormaterRectangle()
Gets formatter rectanglePDRectangle
PDFTemplateStructure. getSingatureRectangle()
Gets SignatureRectangleMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type PDRectangle Modifier and Type Method Description void
PDFTemplateBuilder. createHolderForm(PDResources holderFormResources, PDStream holderFormStream, PDRectangle formrect)
Creates Formvoid
PDVisibleSigBuilder. createHolderForm(PDResources holderFormResources, PDStream holderFormStream, PDRectangle formrect)
void
PDFTemplateBuilder. createImageForm(PDResources imageFormResources, PDResources innerFormResource, PDStream imageFormStream, PDRectangle formrect, java.awt.geom.AffineTransform affineTransform, PDJpeg img)
Creates Image formvoid
PDVisibleSigBuilder. createImageForm(PDResources imageFormResources, PDResources innerFormResource, PDStream imageFormStream, PDRectangle formrect, java.awt.geom.AffineTransform affineTransform, PDJpeg img)
void
PDFTemplateBuilder. createInnerForm(PDResources innerFormResources, PDStream innerFormStream, PDRectangle formrect)
void
PDVisibleSigBuilder. createInnerForm(PDResources innerFormResources, PDStream innerFormStream, PDRectangle formrect)
void
PDFTemplateStructure. setFormaterRectangle(PDRectangle formaterRectangle)
Sets formatter rectanglevoid
PDFTemplateStructure. setSignatureRectangle(PDRectangle singatureRectangle)
Sets SignatureRectangle -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.interactive.measurement
Methods in org.apache.pdfbox.pdmodel.interactive.measurement that return PDRectangle Modifier and Type Method Description PDRectangle
PDViewportDictionary. getBBox()
This will retrieve the rectangle specifying the location of the viewport.Methods in org.apache.pdfbox.pdmodel.interactive.measurement with parameters of type PDRectangle Modifier and Type Method Description void
PDViewportDictionary. setBBox(PDRectangle rectangle)
This will set the rectangle specifying the location of the viewport. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.interactive.pagenavigation
Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation that return PDRectangle Modifier and Type Method Description PDRectangle
PDThreadBead. getRectangle()
The rectangle on the page that this bead is part of.Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation with parameters of type PDRectangle Modifier and Type Method Description void
PDThreadBead. setRectangle(PDRectangle rect)
Set the rectangle on the page that this bead covers.
-