Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.Rectangle
-
Packages that use Rectangle Package Description com.gitlab.pdftk_java.com.lowagie.text com.gitlab.pdftk_java.com.lowagie.text.markup com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of Rectangle in com.gitlab.pdftk_java.com.lowagie.text
Fields in com.gitlab.pdftk_java.com.lowagie.text declared as Rectangle Modifier and Type Field Description static RectanglePageSize. _11X17This is the 11x17 formatstatic RectanglePageSize. A0This is the a0 formatstatic RectanglePageSize. A1This is the a1 formatstatic RectanglePageSize. A10This is the a10 formatstatic RectanglePageSize. A2This is the a2 formatstatic RectanglePageSize. A3This is the a3 formatstatic RectanglePageSize. A4This is the a4 formatstatic RectanglePageSize. A5This is the a5 formatstatic RectanglePageSize. A6This is the a6 formatstatic RectanglePageSize. A7This is the a7 formatstatic RectanglePageSize. A8This is the a8 formatstatic RectanglePageSize. A9This is the a9 formatstatic RectanglePageSize. ARCH_AThis is the archA formatstatic RectanglePageSize. ARCH_BThis is the archB formatstatic RectanglePageSize. ARCH_CThis is the archC formatstatic RectanglePageSize. ARCH_DThis is the archD formatstatic RectanglePageSize. ARCH_EThis is the archE formatstatic RectanglePageSize. B0This is the b0 formatstatic RectanglePageSize. B1This is the b1 formatstatic RectanglePageSize. B2This is the b2 formatstatic RectanglePageSize. B3This is the b3 formatstatic RectanglePageSize. B4This is the b4 formatstatic RectanglePageSize. B5This is the b5 formatstatic RectanglePageSize. FLSAThis is the flsa formatstatic RectanglePageSize. FLSEThis is the flse formatstatic RectanglePageSize. HALFLETTERThis is the halfletter formatstatic RectanglePageSize. LEDGERThis is the ledger formatstatic RectanglePageSize. LEGALThis is the legal formatstatic RectanglePageSize. LETTERThis is the letter formatstatic RectanglePageSize. NOTEThis is the note formatprotected RectangleDocument. pageSizeThe size of the page.protected RectangleDocWriter. pageSizeThe pageSize.Methods in com.gitlab.pdftk_java.com.lowagie.text that return Rectangle Modifier and Type Method Description RectangleDocument. getPageSize()Gets the pagesize.RectangleRectangle. rectangle(float top, float bottom)Gets a Rectangle that is altered to fit on the page.RectangleRectangle. rotate()Swaps the values of urx and ury and of lly and llx in order to rotate the rectangle.Methods in com.gitlab.pdftk_java.com.lowagie.text with parameters of type Rectangle Modifier and Type Method Description voidRectangle. cloneNonPositionParameters(Rectangle rect)Copies all of the parameters from aRectangleobject except the position.booleanDocListener. setPageSize(Rectangle pageSize)Sets the pagesize.booleanDocument. setPageSize(Rectangle pageSize)Sets the pagesize.booleanDocWriter. setPageSize(Rectangle pageSize)Sets the pagesize.voidRectangle. softCloneNonPositionParameters(Rectangle rect)Copies all of the parameters from aRectangleobject except the position.Constructors in com.gitlab.pdftk_java.com.lowagie.text with parameters of type Rectangle Constructor Description Document(Rectangle pageSize)Constructs a newDocument-object.Document(Rectangle pageSize, float marginLeft, float marginRight, float marginTop, float marginBottom)Constructs a newDocument-object.Rectangle(Rectangle rect)Constructs aRectangle-object. -
Uses of Rectangle in com.gitlab.pdftk_java.com.lowagie.text.markup
Methods in com.gitlab.pdftk_java.com.lowagie.text.markup that return Rectangle Modifier and Type Method Description RectangleMarkupParser. getRectangle(Properties attrs)Returns a rectangle based on the width and height attributes of a tag, can be overridden by the ID and CLASS attributes. -
Uses of Rectangle in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as Rectangle Modifier and Type Field Description protected RectanglePdfTemplate. bBoxThe bounding box of this templateprotected RectangleBaseField. boxMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return Rectangle Modifier and Type Method Description RectanglePdfTemplate. getBoundingBox()RectangleBaseField. getBox()Gets the field dimension and position.RectanglePdfReader. getBoxSize(int index, String boxName)Gets the box size.RectanglePdfReader. getBoxSize(PdfDictionary page, PdfName boxName)RectanglePdfReader. getBoxSize(PdfDictionary page, String boxName)RectanglePdfReader. getCropBox(int index)Gets the crop box without taking rotation into account.RectanglePdfReader. getCropBox(PdfDictionary page)static RectanglePdfReader. getNormalizedRectangle(PdfArray box)Normalizes aRectangleso that llx and lly are smaller than urx and ury.RectanglePdfSignatureAppearance. getPageRect()Gets the rectangle that represent the position and dimension of the signature in the page.RectanglePdfReader. getPageSize(int index)Gets the page size without taking rotation into account.RectanglePdfReader. getPageSize(PdfDictionary page)Gets the page from a page dictionaryRectanglePdfReader. getPageSizeWithRotation(int index)Gets the page size, taking rotation into account.RectanglePdfReader. getPageSizeWithRotation(PdfDictionary page)Gets the rotated page from a page dictionary.RectanglePdfSignatureAppearance. getRect()Gets the rectangle representing the signature dimensions.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type Rectangle Modifier and Type Method Description static PdfAnnotationPdfAnnotation. createFileAttachment(PdfWriter writer, Rectangle rect, String contents, byte[] fileStore, String file, String fileDisplay)Creates a file attachment annotation.static PdfAnnotationPdfAnnotation. createFileAttachment(PdfWriter writer, Rectangle rect, String contents, PdfFileSpecification fs)Creates a file attachment annotationstatic PdfAnnotationPdfAnnotation. createFreeText(PdfWriter writer, Rectangle rect, String contents, PdfContentByte defaultAppearance)Add some free text to the document.static PdfAnnotationPdfAnnotation. createInk(PdfWriter writer, Rectangle rect, String contents, float[][] inkList)static PdfAnnotationPdfAnnotation. createLine(PdfWriter writer, Rectangle rect, String contents, float x1, float y1, float x2, float y2)Adds a line to the document.protected static PdfAnnotationPdfAnnotation. createLink(PdfWriter writer, Rectangle rect, PdfName highlight)Creates a link.static PdfAnnotationPdfAnnotation. createLink(PdfWriter writer, Rectangle rect, PdfName highlight, int page, PdfDestination dest)Creates an Annotation with a PdfDestination.static PdfAnnotationPdfAnnotation. createLink(PdfWriter writer, Rectangle rect, PdfName highlight, PdfAction action)Creates an Annotation with an Action.static PdfAnnotationPdfAnnotation. createLink(PdfWriter writer, Rectangle rect, PdfName highlight, String namedDestination)Creates an Annotation with an local destination.static PdfAnnotationPdfAnnotation. createMarkup(PdfWriter writer, Rectangle rect, String contents, int type, float[] quadPoints)static PdfAnnotationPdfAnnotation. createPopup(PdfWriter writer, Rectangle rect, String contents, boolean open)Adds a popup to your document.static PdfAnnotationPdfAnnotation. createScreen(PdfWriter writer, Rectangle rect, String clipTitle, PdfFileSpecification fs, String mimeType, boolean playOnDisplay)Creates a screen PdfAnnotationstatic PdfAnnotationPdfAnnotation. 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 PdfAnnotationPdfAnnotation. createStamp(PdfWriter writer, Rectangle rect, String contents, String name)Adds a Stamp to your document.static PdfAnnotationPdfAnnotation. createText(PdfWriter writer, Rectangle rect, String title, String contents, boolean open, String icon)static floatPdfSignatureAppearance. fitText(Font font, String text, Rectangle rect, float maxFontSize, int runDirection)Fits the text to some rectangle adjusting the font size as needed.voidPdfStamper. insertPage(int pageNumber, Rectangle mediabox)Inserts a blank page.voidPdfPageEvent. onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text)Called when aChunkwith a generic tag is written.voidPdfPageEventHelper. onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text)Called when aChunkwith a generic tag is written.voidPdfContentByte. rectangle(Rectangle rectangle)Adds a border (complete or partially) to the current path..voidPdfTemplate. setBoundingBox(Rectangle bBox)voidBaseField. setBox(Rectangle box)Sets the field dimension and position.voidPdfWriter. setBoxSize(String boxName, Rectangle size)Sets the page box sizes.voidPdfWriter. setCropBoxSize(Rectangle crop)Sets the crop box.voidBaseField. setRotationFromPage(Rectangle page)Convenience method to set the field rotation the same as the page rotation.voidPdfSignatureAppearance. setVisibleSignature(Rectangle pageRect, int page, String fieldName)Sets the signature to be visible.voidPdfFormField. setWidget(Rectangle rect, PdfName highlight)voidPdfContentByte. variableRectangle(Rectangle rect)Adds a variable width border to the current path.Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type Rectangle Constructor Description BaseField(PdfWriter writer, Rectangle box, String fieldName)Creates a newTextField.PdfAnnotation(PdfWriter writer, Rectangle rect)PdfRectangle(Rectangle rectangle)PdfRectangle(Rectangle rectangle, int rotation)Constructs aPdfRectangle-object with aRectangle-object.TextField(PdfWriter writer, Rectangle box, String fieldName)Creates a newTextField.
-