| Package | Description |
|---|---|
| org.sejda.sambox.contentstream | |
| org.sejda.sambox.pdmodel | |
| org.sejda.sambox.pdmodel.common | |
| org.sejda.sambox.pdmodel.documentinterchange.taggedpdf |
The tagged PDF package provides a mechanism for incorporating "tags" (standard
structure types and attributes) into a PDF file.
|
| org.sejda.sambox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
| org.sejda.sambox.pdmodel.graphics.form | |
| org.sejda.sambox.pdmodel.graphics.pattern | |
| org.sejda.sambox.pdmodel.graphics.shading | |
| org.sejda.sambox.pdmodel.graphics.state | |
| org.sejda.sambox.pdmodel.interactive.annotation | |
| org.sejda.sambox.pdmodel.interactive.measurement |
The measurement package contains classes that work with elements specifying measure properties.
|
| org.sejda.sambox.pdmodel.interactive.pagenavigation |
A package to allow provide access to PDF page navigation functionality.
|
| org.sejda.sambox.rendering |
| Modifier and Type | Method and Description |
|---|---|
PDRectangle |
PDContentStream.getBBox()
Returns the bounding box of the contents.
|
| Modifier and Type | Method and Description |
|---|---|
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 is the CropBox.
|
PDRectangle |
PDPage.getArtBoxRaw() |
PDRectangle |
PDPage.getBBox() |
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.getBleedBoxRaw() |
PDRectangle |
PDPage.getCropBox()
A rectangle, expressed in default user space units, defining the visible region of default user space.
|
PDRectangle |
PDPage.getCropBoxRaw() |
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.
|
PDRectangle |
PDPage.getMediaBoxRaw() |
PDRectangle |
PDPage.getTrimBox()
A rectangle, expressed in default user space units, defining the intended dimensions of the finished page after
trimming.
|
PDRectangle |
PDPage.getTrimBoxRaw() |
| Modifier and Type | Method and 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 |
PDPage.setMediaBox(PDRectangle mediaBox)
This will set the mediaBox for this page.
|
void |
PDPage.setTrimBox(PDRectangle trimBox)
This will set the TrimBox for this page.
|
| Constructor and Description |
|---|
PDPage(PDRectangle mediaBox)
Creates a new instance of PDPage for embedding.
|
| Modifier and Type | Field and Description |
|---|---|
static PDRectangle |
PDRectangle.A0
A rectangle the size of A0 Paper.
|
static PDRectangle |
PDRectangle.A1
A rectangle the size of A1 Paper.
|
static PDRectangle |
PDRectangle.A2
A rectangle the size of A2 Paper.
|
static PDRectangle |
PDRectangle.A3
A rectangle the size of A3 Paper.
|
static PDRectangle |
PDRectangle.A4
A rectangle the size of A4 Paper.
|
static PDRectangle |
PDRectangle.A5
A rectangle the size of A5 Paper.
|
static PDRectangle |
PDRectangle.A6
A rectangle the size of A6 Paper.
|
static PDRectangle |
PDRectangle.LEGAL
A rectangle the size of U.S.
|
static PDRectangle |
PDRectangle.LETTER
A rectangle the size of U.S.
|
| Modifier and Type | Method and 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.
|
static PDRectangle |
PDRectangle.rectangleFrom(COSArray array) |
PDRectangle |
PDRectangle.rotate() |
PDRectangle |
PDRectangle.rotate(int degrees) |
| Modifier and Type | Method and Description |
|---|---|
PDRectangle |
PDLayoutAttributeObject.getBBox()
Gets the bounding box.
|
PDRectangle |
PDArtifactMarkedContent.getBBox()
Gets the artifact's bounding box (BBox).
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDLayoutAttributeObject.setBBox(PDRectangle bbox)
Sets the bounding box.
|
| Modifier and Type | Method and Description |
|---|---|
PDRectangle |
PDType3CharProc.getBBox() |
PDRectangle |
PDType3Font.getFontBBox()
This will get the fonts bounding box from its dictionary.
|
PDRectangle |
PDFontDescriptor.getFontBoundingBox()
This will get the fonts bounding box.
|
PDRectangle |
PDType3CharProc.getGlyphBBox()
Calculate the bounding box of this glyph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDFontDescriptor.setFontBoundingBox(PDRectangle rect)
Set the fonts bounding box.
|
| Modifier and Type | Method and Description |
|---|---|
PDRectangle |
PDFormXObject.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDFormXObject.setBBox(PDRectangle bbox)
This will set the BBox (bounding box) for this form.
|
| Modifier and Type | Method and Description |
|---|---|
PDRectangle |
PDTilingPattern.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDTilingPattern.setBBox(PDRectangle bbox)
This will set the BBox (bounding box) for this Pattern.
|
| Modifier and Type | Method and Description |
|---|---|
PDRectangle |
PDShading.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 shading's bounding box.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDShading.setBBox(PDRectangle newBBox)
This will set the BBox (bounding box) for this Shading.
|
| Constructor and Description |
|---|
PDGraphicsState(PDRectangle page)
Constructor with a given page size to initialize the clipping path.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
PDRectangle |
PDAnnotationMarkup.getRectDifference()
This will get the rectangle difference rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
PDAnnotationMarkup.setRectDifference(PDRectangle rd)
This will set the rectangle difference rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
PDRectangle |
PDViewportDictionary.getBBox()
This will retrieve the rectangle specifying the location of the viewport.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDViewportDictionary.setBBox(PDRectangle rectangle)
This will set the rectangle specifying the location of the viewport.
|
| Modifier and Type | Method and Description |
|---|---|
PDRectangle |
PDThreadBead.getRectangle()
The rectangle on the page that this bead is part of.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDThreadBead.setRectangle(PDRectangle rect)
Set the rectangle on the page that this bead covers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageDrawer.drawPage(Graphics g,
PDRectangle pageSize)
Draws the page to the requested context.
|
Copyright © 2020 sejda. All rights reserved.