Uses of Class
com.itextpdf.text.Rectangle
Packages that use Rectangle
Package
Description
Contains classes that can apply css rules on certain
Element
s.Element
s created for specific use when processing HTML.TagProcessor implementations for
table
tags.Contains pipeline stuff for HTML
-
Uses of Rectangle in com.itextpdf.awt.geom
Constructors in com.itextpdf.awt.geom with parameters of type Rectangle -
Uses of Rectangle in com.itextpdf.testutils
Method parameters in com.itextpdf.testutils with type arguments of type RectangleModifier and TypeMethodDescriptionCompareTool.compare
(String outPdf, String cmpPdf, String outPath, String differenceImagePrefix, Map<Integer, List<Rectangle>> ignoredAreas) private String
CompareTool.compare
(String outPath, String differenceImagePrefix, Map<Integer, List<Rectangle>> ignoredAreas) private String
CompareTool.compare
(String outPath, String differenceImagePrefix, Map<Integer, List<Rectangle>> ignoredAreas, List<Integer> equalPages) CompareTool.compareByContent
(String outPdf, String cmpPdf, String outPath, String differenceImagePrefix, Map<Integer, List<Rectangle>> ignoredAreas) protected String
CompareTool.compareByContent
(String outPath, String differenceImagePrefix, Map<Integer, List<Rectangle>> ignoredAreas) -
Uses of Rectangle in com.itextpdf.text
Subclasses of Rectangle in com.itextpdf.textModifier and TypeClassDescriptionclass
AnImage
is the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the documentclass
CCITT Image data that has to be inserted into the documentclass
Support for JBIG2 images.class
Raw Image data that has to be inserted into the documentclass
PdfTemplate that has to be inserted into the documentclass
AnImgWMF
is the representation of a windows metafile that has to be inserted into the documentclass
AnJpeg
is the representation of a graphic element (JPEG) that has to be inserted into the documentclass
AnJpeg2000
is the representation of a graphic element (JPEG) that has to be inserted into the documentclass
ARectangleReadOnly
is the representation of a geometric figure.Fields in com.itextpdf.text declared as RectangleModifier and TypeFieldDescriptionstatic final Rectangle
PageSize._11X17
This is the 11x17 formatstatic final Rectangle
PageSize.A0
This is the a0 formatstatic final Rectangle
PageSize.A1
This is the a1 formatstatic final Rectangle
PageSize.A10
This is the a10 formatstatic final Rectangle
PageSize.A2
This is the a2 formatstatic final Rectangle
PageSize.A3
This is the a3 formatstatic final Rectangle
PageSize.A4
This is the a4 formatstatic final Rectangle
PageSize.A4_LANDSCAPE
Deprecated.static final Rectangle
PageSize.A5
This is the a5 formatstatic final Rectangle
PageSize.A6
This is the a6 formatstatic final Rectangle
PageSize.A7
This is the a7 formatstatic final Rectangle
PageSize.A8
This is the a8 formatstatic final Rectangle
PageSize.A9
This is the a9 formatstatic final Rectangle
PageSize.ARCH_A
This is the archA formatstatic final Rectangle
PageSize.ARCH_B
This is the archB formatstatic final Rectangle
PageSize.ARCH_C
This is the archC formatstatic final Rectangle
PageSize.ARCH_D
This is the archD formatstatic final Rectangle
PageSize.ARCH_E
This is the archE formatstatic final Rectangle
PageSize.B0
This is the b0 formatstatic final Rectangle
PageSize.B1
This is the b1 formatstatic final Rectangle
PageSize.B10
This is the b10 formatstatic final Rectangle
PageSize.B2
This is the b2 formatstatic final Rectangle
PageSize.B3
This is the b3 formatstatic final Rectangle
PageSize.B4
This is the b4 formatstatic final Rectangle
PageSize.B5
This is the b5 formatstatic final Rectangle
PageSize.B6
This is the b6 formatstatic final Rectangle
PageSize.B7
This is the b7 formatstatic final Rectangle
PageSize.B8
This is the b8 formatstatic final Rectangle
PageSize.B9
This is the b9 formatstatic final Rectangle
PageSize.CROWN_OCTAVO
This is the Crown Octavo formatstatic final Rectangle
PageSize.CROWN_QUARTO
This is the Crown Quarto formatstatic final Rectangle
PageSize.DEMY_OCTAVO
This is the Demy Octavo formatstatic final Rectangle
PageSize.DEMY_QUARTO
This is the Demy Quarto format.static final Rectangle
PageSize.EXECUTIVE
This is the executive formatstatic final Rectangle
PageSize.FLSA
This is the American Foolscap formatstatic final Rectangle
PageSize.FLSE
This is the European Foolscap formatstatic final Rectangle
PageSize.HALFLETTER
This is the halfletter formatstatic final Rectangle
PageSize.ID_1
This is the ISO 7810 ID-1 format (85.60 x 53.98 mm or 3.370 x 2.125 inch)static final Rectangle
PageSize.ID_2
This is the ISO 7810 ID-2 format (A7 rotated)static final Rectangle
PageSize.ID_3
This is the ISO 7810 ID-3 format (B7 rotated)static final Rectangle
PageSize.LARGE_CROWN_OCTAVO
This is the Large Crown Octavo formatstatic final Rectangle
PageSize.LARGE_CROWN_QUARTO
This is the Large Crown Quarto formatstatic final Rectangle
PageSize.LEDGER
This is the ledger formatstatic final Rectangle
PageSize.LEGAL
This is the legal formatstatic final Rectangle
PageSize.LEGAL_LANDSCAPE
Deprecated.static final Rectangle
PageSize.LETTER
This is the letter formatstatic final Rectangle
PageSize.LETTER_LANDSCAPE
Deprecated.static final Rectangle
PageSize.NOTE
This is the note formatprotected Rectangle
Document.pageSize
The size of the page.protected Rectangle
DocWriter.pageSize
The pageSize.static final Rectangle
PageSize.PENGUIN_LARGE_PAPERBACK
This is the Penguin large paperback format.static final Rectangle
PageSize.PENGUIN_SMALL_PAPERBACK
This is the Pengiun small paperback format.static final Rectangle
PageSize.POSTCARD
This is the postcard formatstatic final Rectangle
PageSize.ROYAL_OCTAVO
This is the Royal Octavo format.static final Rectangle
PageSize.ROYAL_QUARTO
This is the Royal Quarto format.static final Rectangle
PageSize.SMALL_PAPERBACK
This is the small paperback format.static final Rectangle
PageSize.TABLOID
This is the tabloid formatMethods in com.itextpdf.text that return RectangleModifier and TypeMethodDescriptionDocument.getPageSize()
Gets the pagesize.static Rectangle
PageSize.getRectangle
(String name) This method returns a Rectangle based on a String.Rectangle.rectangle
(float top, float bottom) Gets a Rectangle that is altered to fit on the page.Rectangle.rotate()
Rotates the rectangle.Methods in com.itextpdf.text with parameters of type RectangleModifier and TypeMethodDescriptionvoid
Rectangle.cloneNonPositionParameters
(Rectangle rect) Copies each of the parameters, except the position, from aRectangle
objectvoid
RectangleReadOnly.cloneNonPositionParameters
(Rectangle rect) Copies each of the parameters, except the position, from aRectangle
objectvoid
Image.scaleAbsolute
(Rectangle rectangle) Scale the image to the dimensions of the rectanglevoid
Image.scaleToFit
(Rectangle rectangle) Scales the images to the dimensions of the rectangle.boolean
DocListener.setPageSize
(Rectangle pageSize) Sets the pagesize.boolean
Document.setPageSize
(Rectangle pageSize) Sets the pagesize.boolean
DocWriter.setPageSize
(Rectangle pageSize) Sets the pagesize.void
Rectangle.softCloneNonPositionParameters
(Rectangle rect) Copies each of the parameters, except the position, from aRectangle
object if the value is set therevoid
RectangleReadOnly.softCloneNonPositionParameters
(Rectangle rect) Copies each of the parameters, except the position, from aRectangle
object if the value is set there.Constructors in com.itextpdf.text with parameters of type RectangleModifierConstructorDescriptionConstructs a newDocument
-object.Document
(Rectangle pageSize, float marginLeft, float marginRight, float marginTop, float marginBottom) Constructs a newDocument
-object.Constructs aRectangle
-object.RectangleReadOnly
(Rectangle rect) Constructs aRectangleReadOnly
-object. -
Uses of Rectangle in com.itextpdf.text.html.simpleparser
Methods in com.itextpdf.text.html.simpleparser with parameters of type Rectangle -
Uses of Rectangle in com.itextpdf.text.pdf
Subclasses of Rectangle in com.itextpdf.text.pdfModifier and TypeClassDescriptionclass
class
A cell in a PdfPTable.class
Created by IntelliJ IDEA.Fields in com.itextpdf.text.pdf declared as RectangleModifier and TypeFieldDescriptionprotected Rectangle
PdfTemplate.bBox
The bounding box of this templateprotected Rectangle
BaseField.box
protected Rectangle
PdfDocument.nextPageSize
This is the size of the next page.private Rectangle
PdfSignatureAppearance.pageRect
rectangle that represent the position and dimension of the signature in the page.AcroFields.FieldPosition.position
private Rectangle
PdfSignatureAppearance.rect
The coordinates of the rectangle for a visible signature, or a zero-width, zero-height rectangle for an invisible signature.Methods in com.itextpdf.text.pdf that return RectangleModifier and TypeMethodDescriptionabstract Rectangle
Barcode.getBarcodeSize()
Gets the maximum area that the barcode and the text, if any, will occupy.Barcode128.getBarcodeSize()
Gets the maximum area that the barcode and the text, if any, will occupy.Barcode39.getBarcodeSize()
Gets the maximum area that the barcode and the text, if any, will occupy.BarcodeCodabar.getBarcodeSize()
Gets the maximum area that the barcode and the text, if any, will occupy.BarcodeEAN.getBarcodeSize()
Gets the maximum area that the barcode and the text, if any, will occupy.BarcodeEANSUPP.getBarcodeSize()
Gets the maximum area that the barcode and the text, if any, will occupy.BarcodeInter25.getBarcodeSize()
Gets the maximum area that the barcode and the text, if any, will occupy.BarcodePDF417.getBarcodeSize()
Gets the size of the barcode grid.BarcodePostnet.getBarcodeSize()
Gets the maximum area that the barcode and the text, if any, will occupy.BarcodeQRCode.getBarcodeSize()
Gets the size of the barcode grid.PdfTemplate.getBoundingBox()
BaseField.getBox()
Gets the field dimension and position.(package private) Rectangle
PdfDocument.getBoxSize
(String boxName) Gives the size of a trim, art, crop or bleed box, or null if not defined.PdfReader.getBoxSize
(int index, String boxName) Gets the box size.PdfWriter.getBoxSize
(String boxName) Use this method to get the size of a trim, art, crop or bleed box, or null if not defined.PdfWriter.getBoxSize
(String boxName, Rectangle intersectingRectangle) Returns the intersection between the crop, trim art or bleed box and the parameter intersectingRectangle.PdfReader.getCropBox
(int index) Gets the crop box without taking rotation into account.static Rectangle
PdfReader.getNormalizedRectangle
(PdfArray box) Normalizes aRectangle
so that llx and lly are smaller than urx and ury.PdfSignatureAppearance.getPageRect()
Gets the rectangle that represent the position and dimension of the signature in the page.PdfReader.getPageSize
(int index) Gets the page size without taking rotation into account.PdfReader.getPageSize
(PdfDictionary page) Gets the page from a page dictionaryPdfWriter.getPageSize()
Use this method to get the size of the media box.PdfReader.getPageSizeWithRotation
(int index) Gets the page size, taking rotation into account.PdfReader.getPageSizeWithRotation
(PdfDictionary page) Gets the rotated page from a page dictionary.PdfSignatureAppearance.getRect()
Gets the rectangle representing the signature dimensions.PdfRectangle.getRectangle()
Returns the high level version of this PdfRectangleabstract Rectangle
Barcode.placeBarcode
(PdfContentByte cb, BaseColor barColor, BaseColor textColor) Places the barcode in aPdfContentByte
.Barcode128.placeBarcode
(PdfContentByte cb, BaseColor barColor, BaseColor textColor) Places the barcode in aPdfContentByte
.Barcode39.placeBarcode
(PdfContentByte cb, BaseColor barColor, BaseColor textColor) Places the barcode in aPdfContentByte
.BarcodeCodabar.placeBarcode
(PdfContentByte cb, BaseColor barColor, BaseColor textColor) Places the barcode in aPdfContentByte
.BarcodeEAN.placeBarcode
(PdfContentByte cb, BaseColor barColor, BaseColor textColor) Places the barcode in aPdfContentByte
.BarcodeEANSUPP.placeBarcode
(PdfContentByte cb, BaseColor barColor, BaseColor textColor) Places the barcode in aPdfContentByte
.BarcodeInter25.placeBarcode
(PdfContentByte cb, BaseColor barColor, BaseColor textColor) Places the barcode in aPdfContentByte
.BarcodePostnet.placeBarcode
(PdfContentByte cb, BaseColor barColor, BaseColor textColor) Places the barcode in aPdfContentByte
.private Rectangle
PdfStamperImp.transformBBoxByMatrix
(Rectangle bBox, double[] matrix) Methods in com.itextpdf.text.pdf with parameters of type RectangleModifier and TypeMethodDescriptionvoid
Adds a blank page.private AffineTransform
PdfStamperImp.calculateTemplateTransformationMatrix
(AffineTransform currentMatrix, double fieldRotation, Rectangle box) void
PdfPCellEvent.cellLayout
(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) This method is called at the end of the cell rendering.PdfAStamperImp.createAnnotation
(Rectangle rect, PdfName subtype) PdfAWriter.createAnnotation
(Rectangle rect, PdfName subtype) PdfWriter.createAnnotation
(Rectangle rect, PdfName subtype) A wrapper around PdfAnnotation constructor.static PdfAnnotation
PdfAnnotation.createFileAttachment
(PdfWriter writer, Rectangle rect, String contents, byte[] fileStore, String file, String fileDisplay) Creates a file attachment annotation.static PdfAnnotation
PdfAnnotation.createFileAttachment
(PdfWriter writer, Rectangle rect, String contents, PdfFileSpecification fs) Creates a file attachment annotationstatic PdfAnnotation
PdfAnnotation.createFreeText
(PdfWriter writer, Rectangle rect, String contents, PdfContentByte defaultAppearance) Add some free text to the document.static PdfAnnotation
static PdfAnnotation
PdfAnnotation.createLine
(PdfWriter writer, Rectangle rect, String contents, float x1, float y1, float x2, float y2) Adds a line to the document.protected static PdfAnnotation
PdfAnnotation.createLink
(PdfWriter writer, Rectangle rect, PdfName highlight) Creates a link.static PdfAnnotation
PdfAnnotation.createLink
(PdfWriter writer, Rectangle rect, PdfName highlight, int page, PdfDestination dest) Creates an Annotation with a PdfDestination.static PdfAnnotation
PdfAnnotation.createLink
(PdfWriter writer, Rectangle rect, PdfName highlight, PdfAction action) Creates an Annotation with an Action.static PdfAnnotation
PdfAnnotation.createLink
(PdfWriter writer, Rectangle rect, PdfName highlight, String namedDestination) Creates an Annotation with an local destination.static PdfAnnotation
PdfAnnotation.createMarkup
(PdfWriter writer, Rectangle rect, String contents, int type, float[] quadPoints) static PdfAnnotation
PdfAnnotation.createPolygonPolyline
(PdfWriter writer, Rectangle rect, String contents, boolean polygon, PdfArray vertices) Creates a polygon or -line annotationstatic PdfAnnotation
PdfAnnotation.createPopup
(PdfWriter writer, Rectangle rect, String contents, boolean open) Adds a popup to your document.static PdfAnnotation
PdfAnnotation.createScreen
(PdfWriter writer, Rectangle rect, String clipTitle, PdfFileSpecification fs, String mimeType, boolean playOnDisplay) Creates a screen PdfAnnotationstatic PdfAnnotation
PdfAnnotation.createSquareCircle
(PdfWriter writer, Rectangle rect, String contents, boolean square) Adds a circle or a square that shows a tooltip when you pass over it.static PdfAnnotation
PdfAnnotation.createStamp
(PdfWriter writer, Rectangle rect, String contents, String name) Adds a Stamp to your document.static PdfAnnotation
PdfAnnotation.createText
(PdfWriter writer, Rectangle rect, String title, String contents, boolean open, String icon) static float
Fits the text to some rectangle adjusting the font size as needed.PdfWriter.getBoxSize
(String boxName, Rectangle intersectingRectangle) Returns the intersection between the crop, trim art or bleed box and the parameter intersectingRectangle.void
PdfStamper.insertPage
(int pageNumber, Rectangle mediabox) Inserts a blank page.(package private) void
PdfStamperImp.insertPage
(int pageNumber, Rectangle mediabox) void
PdfPageEvent.onGenericTag
(PdfWriter writer, Document document, Rectangle rect, String text) Called when aChunk
with a generic tag is written.void
PdfPageEventHelper.onGenericTag
(PdfWriter writer, Document document, Rectangle rect, String text) Called when aChunk
with a generic tag is written.void
Adds a border (complete or partially) to the current path..void
PdfTemplate.setBoundingBox
(Rectangle bBox) void
Sets the field dimension and position.(package private) void
PdfDocument.setBoxSize
(String boxName, Rectangle size) void
PdfWriter.setBoxSize
(String boxName, Rectangle size) Use this method to set the page box sizes.(package private) void
PdfDocument.setCropBoxSize
(Rectangle crop) void
PdfWriter.setCropBoxSize
(Rectangle crop) Use this method to set the crop box.boolean
PdfDocument.setPageSize
(Rectangle pageSize) Sets the pagesize.void
BaseField.setRotationFromPage
(Rectangle page) Convenience method to set the field rotation the same as the page rotation.void
ColumnText.setSimpleColumn
(Rectangle rect) Simplified method for rectangular columns.void
PdfSignatureAppearance.setVisibleSignature
(Rectangle pageRect, int page, String fieldName) Sets the signature to be visible.void
void
PdfPTable.setWidthPercentage
(float[] columnWidth, Rectangle pageSize) Sets the percentage width of the table from the absolute column width.private Rectangle
PdfStamperImp.transformBBoxByMatrix
(Rectangle bBox, double[] matrix) void
PdfContentByte.variableRectangle
(Rectangle rect) Adds a variable width border to the current path.Constructors in com.itextpdf.text.pdf with parameters of type RectangleModifierConstructorDescriptionCreates a newTextField
.PdfAnnotation
(PdfWriter writer, Rectangle rect) PdfARadioCheckField
(PdfWriter writer, Rectangle box, String fieldName, String onValue) (package private)
PdfContents
(PdfContentByte under, PdfContentByte content, PdfContentByte text, PdfContentByte secondContent, Rectangle page) Constructs aPdfContents
-object, containing text and general graphics.PdfRectangle
(Rectangle rectangle) PdfRectangle
(Rectangle rectangle, int rotation) Constructs aPdfRectangle
-object with aRectangle
-object.PushbuttonField
(PdfWriter writer, Rectangle box, String fieldName) Creates a new instance of PushbuttonFieldRadioCheckField
(PdfWriter writer, Rectangle box, String fieldName, String onValue) Creates a new instance of RadioCheckFieldCreates a newTextField
. -
Uses of Rectangle in com.itextpdf.text.pdf.events
Methods in com.itextpdf.text.pdf.events with parameters of type RectangleModifier and TypeMethodDescriptionvoid
FieldPositioningEvents.cellLayout
(PdfPCell cell, Rectangle rect, PdfContentByte[] canvases) void
PdfPCellEventForwarder.cellLayout
(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) void
FieldPositioningEvents.onGenericTag
(PdfWriter writer, Document document, Rectangle rect, String text) void
IndexEvents.onGenericTag
(PdfWriter writer, Document document, Rectangle rect, String text) All the text that is passed to this event, gets registered in the indexentry.void
PdfPageEventForwarder.onGenericTag
(PdfWriter writer, Document document, Rectangle rect, String text) Called when aChunk
with a generic tag is written. -
Uses of Rectangle in com.itextpdf.text.pdf.internal
Methods in com.itextpdf.text.pdf.internal with parameters of type RectangleModifier and TypeMethodDescriptionstatic PdfAnnotation
PdfAnnotationsImp.convertAnnotation
(PdfWriter writer, Annotation annot, Rectangle defaultRect) PdfAnnotationsImp.rotateAnnotations
(PdfWriter writer, Rectangle pageSize) -
Uses of Rectangle in com.itextpdf.text.pdf.parser
Constructors in com.itextpdf.text.pdf.parser with parameters of type Rectangle -
Uses of Rectangle in com.itextpdf.text.pdf.pdfcleanup
Fields in com.itextpdf.text.pdf.pdfcleanup declared as RectangleFields in com.itextpdf.text.pdf.pdfcleanup with type parameters of type RectangleModifier and TypeFieldDescriptionPdfCleanUpProcessor.clippingRects
PdfCleanUpRegionFilter.rectangles
Methods in com.itextpdf.text.pdf.pdfcleanup that return RectangleModifier and TypeMethodDescriptionprivate Rectangle
PdfCleanUpRegionFilter.calcImageRect
(ImageRenderInfo renderInfo) private Rectangle
PdfCleanUpRegionFilter.getRectangle
(Point2D p1, Point2D p2, Point2D p3, Point2D p4) Constructs Rectangle object on the given pointsPdfCleanUpLocation.getRegion()
private Rectangle
PdfCleanUpRegionFilter.intersection
(Rectangle rect1, Rectangle rect2) private Rectangle
PdfCleanUpRegionFilter.transformIntersection
(Matrix imageCTM, Rectangle rect) Transforms the given Rectangle into the image coordinate system which is [0,1]x[0,1] by defaultMethods in com.itextpdf.text.pdf.pdfcleanup that return types with arguments of type RectangleModifier and TypeMethodDescriptionPdfCleanUpRegionFilter.getCoveredAreas
(ImageRenderInfo renderInfo) Calculates intersection of the image and the render filter region in the coordinate system relative to the image.PdfCleanUpRenderListener.getImageAreasToBeCleaned
(ImageRenderInfo renderInfo) PdfCleanUpProcessor.translateQuadPointsToRectangles
(PdfArray quadPoints) Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type RectangleModifier and TypeMethodDescriptionprivate Point2D[]
PdfCleanUpRegionFilter.getVertices
(Rectangle rect) private void
PdfCleanUpProcessor.insertFormXObj
(PdfContentByte canvas, PdfDictionary pageDict, PdfStream formXObj, List<Rectangle> clippingRects, Rectangle annotRect) private Rectangle
PdfCleanUpRegionFilter.intersection
(Rectangle rect1, Rectangle rect2) private Rectangle
PdfCleanUpRegionFilter.transformIntersection
(Matrix imageCTM, Rectangle rect) Transforms the given Rectangle into the image coordinate system which is [0,1]x[0,1] by defaultMethod parameters in com.itextpdf.text.pdf.pdfcleanup with type arguments of type RectangleModifier and TypeMethodDescriptionprivate void
PdfCleanUpRenderListener.cleanImage
(BufferedImage image, List<Rectangle> areasToBeCleaned) private void
PdfCleanUpProcessor.drawOverlayText
(PdfContentByte canvas, List<Rectangle> textRectangles, PdfString overlayText, PdfString otDA, PdfNumber otQ, PdfBoolean otRepeat) private void
PdfCleanUpProcessor.insertFormXObj
(PdfContentByte canvas, PdfDictionary pageDict, PdfStream formXObj, List<Rectangle> clippingRects, Rectangle annotRect) private byte[]
PdfCleanUpRenderListener.processImage
(byte[] imageBytes, List<Rectangle> areasToBeCleaned) Constructors in com.itextpdf.text.pdf.pdfcleanup with parameters of type RectangleModifierConstructorDescriptionPdfCleanUpLocation
(int page, Rectangle region) Constructs aPdfCleanUpLocation
object.PdfCleanUpLocation
(int page, Rectangle region, BaseColor cleanUpColor) Constructs aPdfCleanUpLocation
object.Constructor parameters in com.itextpdf.text.pdf.pdfcleanup with type arguments of type Rectangle -
Uses of Rectangle in com.itextpdf.text.pdf.richmedia
Constructors in com.itextpdf.text.pdf.richmedia with parameters of type RectangleModifierConstructorDescriptionRichMediaAnnotation
(PdfWriter writer, Rectangle rect) Creates a RichMediaAnnotation.RichMediaAnnotation
(PdfWriter writer, Rectangle rect, PdfIndirectReference richMediaContentReference) Creates a RichMediaAnnotation using rich media content that has already been added to the writer. -
Uses of Rectangle in com.itextpdf.text.pdf.spatial
Methods in com.itextpdf.text.pdf.spatial with parameters of type RectangleModifier and TypeMethodDescriptionvoid
(Required) A rectangle in default user space coordinates specifying the location of the viewport on the page.
The two coordinate pairs of the rectangle shall be specified in normalized form; that is, lower-left followed by upper-right, relative to the measuring coordinate system. -
Uses of Rectangle in com.itextpdf.tool.xml.css.apply
Methods in com.itextpdf.tool.xml.css.apply that return RectangleModifier and TypeMethodDescriptionPageSizeContainable.getPageSize()
returns the Rectangle that indicates a pagesize. -
Uses of Rectangle in com.itextpdf.tool.xml.html.pdfelement
Subclasses of Rectangle in com.itextpdf.tool.xml.html.pdfelementModifier and TypeClassDescriptionclass
HtmlCell is created to provide more parameters to better mimic the behavior of table cell in HTML. -
Uses of Rectangle in com.itextpdf.tool.xml.html.table
Methods in com.itextpdf.tool.xml.html.table with parameters of type RectangleModifier and TypeMethodDescriptionvoid
CellSpacingEvent.cellLayout
(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) -
Uses of Rectangle in com.itextpdf.tool.xml.pipeline.html
Fields in com.itextpdf.tool.xml.pipeline.html declared as RectangleModifier and TypeFieldDescriptionprivate final Rectangle
AutoDocPipeline.pagesize
private Rectangle
HtmlPipelineContext.pageSize
Methods in com.itextpdf.tool.xml.pipeline.html that return RectangleMethods in com.itextpdf.tool.xml.pipeline.html with parameters of type RectangleModifier and TypeMethodDescriptionHtmlPipelineContext.setPageSize
(Rectangle pageSize) If no pageSize is set, the default value A4 is used.Constructors in com.itextpdf.tool.xml.pipeline.html with parameters of type RectangleModifierConstructorDescriptionAutoDocPipeline
(FileMaker fm, String tag, String opentag, Rectangle pagesize) Constructor