| Modifier and Type | Class and Description |
|---|---|
class |
PageSize |
| Modifier and Type | Method and Description |
|---|---|
<T extends Rectangle> |
Rectangle.applyMargins(float topIndent,
float rightIndent,
float bottomIndent,
float leftIndent,
boolean reverse) |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
Rectangle.clone() |
Rectangle |
Rectangle.decreaseHeight(float extra) |
Rectangle |
LineSegment.getBoundingRectange()
Computes the bounding rectangle for this line segment.
|
static Rectangle |
Rectangle.getCommonRectangle(Rectangle... rectangles)
Calculates the common rectangle which includes all the input rectangles.
|
Rectangle |
Rectangle.increaseHeight(float extra) |
Rectangle |
Rectangle.moveDown(float move) |
Rectangle |
Rectangle.moveLeft(float move) |
Rectangle |
Rectangle.moveRight(float move) |
Rectangle |
Rectangle.moveUp(float move) |
Rectangle |
Rectangle.setBbox(float llx,
float lly,
float urx,
float ury) |
Rectangle |
Rectangle.setHeight(float height) |
Rectangle |
Rectangle.setWidth(float width) |
Rectangle |
Rectangle.setX(float x) |
Rectangle |
Rectangle.setY(float y) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Rectangle.equalsWithEpsilon(Rectangle that) |
boolean |
Rectangle.equalsWithEpsilon(Rectangle that,
float eps) |
static Rectangle |
Rectangle.getCommonRectangle(Rectangle... rectangles)
Calculates the common rectangle which includes all the input rectangles.
|
void |
Path.rectangle(Rectangle rect)
Appends a rectangle to the current path as a complete subpath.
|
| Constructor and Description |
|---|
PageSize(Rectangle box) |
Rectangle(Rectangle rect) |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
PdfPage.getArtBox() |
Rectangle |
PdfDictionary.getAsRectangle(PdfName key)
Returns the value associated to this key as a Rectangle.
|
Rectangle |
PdfPage.getCropBox() |
Rectangle |
PdfPage.getMediaBox() |
Rectangle |
PdfPage.getPageSize() |
Rectangle |
PdfPage.getPageSizeWithRotation()
Gets the rotated page.
|
Rectangle |
PdfPage.getTrimBox() |
Rectangle |
PdfArray.toRectangle()
Returns the first four elements of this array as a PdfArray.
|
| Modifier and Type | Method and Description |
|---|---|
PdfPage |
PdfPage.setArtBox(Rectangle rectangle) |
PdfPage |
PdfPage.setCropBox(Rectangle rectangle) |
PdfPage |
PdfPage.setMediaBox(Rectangle rectangle) |
PdfPage |
PdfPage.setTrimBox(Rectangle rectangle) |
| Constructor and Description |
|---|
PdfArray(Rectangle rectangle)
Create a new PdfArray.
|
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
Pdf3DAnnotation.getViewBox() |
| Modifier and Type | Method and Description |
|---|---|
static PdfTextMarkupAnnotation |
PdfTextMarkupAnnotation.createHighLight(Rectangle rect,
float[] quadPoints) |
static PdfPolyGeomAnnotation |
PdfPolyGeomAnnotation.createPolygon(Rectangle rect,
float[] vertices) |
static PdfPolyGeomAnnotation |
PdfPolyGeomAnnotation.createPolyLine(Rectangle rect,
float[] vertices) |
static PdfTextMarkupAnnotation |
PdfTextMarkupAnnotation.createSquiggly(Rectangle rect,
float[] quadPoints) |
static PdfTextMarkupAnnotation |
PdfTextMarkupAnnotation.createStrikeout(Rectangle rect,
float[] quadPoints) |
static PdfTextMarkupAnnotation |
PdfTextMarkupAnnotation.createUnderline(Rectangle rect,
float[] quadPoints) |
Pdf3DAnnotation |
Pdf3DAnnotation.setViewBox(Rectangle viewBox) |
| Modifier and Type | Method and Description |
|---|---|
PdfXObject |
PdfCanvas.addImage(ImageData image,
Rectangle rect,
boolean asInline)
Creates Image XObject from image and adds it to canvas.
|
PdfCanvas |
PdfCanvas.addXObject(PdfXObject xObject,
Rectangle rect)
Adds
PdfXObject to specified rectangle on canvas. |
PdfCanvas |
PdfCanvas.rectangle(Rectangle rectangle)
Draws a rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolidLine.draw(PdfCanvas canvas,
Rectangle drawArea) |
void |
ILineDrawer.draw(PdfCanvas canvas,
Rectangle drawArea)
Performs configurable drawing operations related to specific region
coordinates on a canvas.
|
void |
DottedLine.draw(PdfCanvas canvas,
Rectangle drawArea) |
void |
DashedLine.draw(PdfCanvas canvas,
Rectangle drawArea) |
| Constructor and Description |
|---|
TextRegionEventFilter(Rectangle filterRect)
Constructs a filter instance.
|
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
TextMarginFinder.getTextRectangle()
Returns the common text rectangle, containing all the text found in the stream so far, ot
null, if no
text has been found yet. |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
PdfPattern.Tiling.getBBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfPattern.Tiling.setBBox(Rectangle bbox) |
| Constructor and Description |
|---|
Tiling(Rectangle bbox) |
Tiling(Rectangle bbox,
boolean colored) |
Tiling(Rectangle bbox,
float xStep,
float yStep) |
Tiling(Rectangle bbox,
float xStep,
float yStep,
boolean colored) |
| Constructor and Description |
|---|
PdfFormXObject(Rectangle bBox) |
| Modifier and Type | Method and Description |
|---|---|
String |
CompareTool.compareByContent(String outPdf,
String cmpPdf,
String outPath,
String differenceImagePrefix,
Map<Integer,List<Rectangle>> ignoredAreas) |
String |
CompareTool.compareByContent(String outPdf,
String cmpPdf,
String outPath,
String differenceImagePrefix,
Map<Integer,List<Rectangle>> ignoredAreas,
byte[] outPass,
byte[] cmpPass) |
String |
CompareTool.compareVisually(String outPdf,
String cmpPdf,
String outPath,
String differenceImagePrefix,
Map<Integer,List<Rectangle>> ignoredAreas) |
Copyright © 1998–2016 iText Group NV. All rights reserved.