Uses of Class
com.evopdf.RectangleFloat
-
Uses of RectangleFloat in com.evopdf
Fields in com.evopdf declared as RectangleFloatMethods in com.evopdf that return RectangleFloatModifier and TypeMethodDescriptionPdfFormField.boundingRectangle()
Gets the PDF form field control box in PDF page with the dimensions expressed in pointsPdfFormRadioButton.boundingRectangle()
Gets the radio button bounds in PDF page with the dimensions expressed in pointsDigitalSignatureElement.bounds()
Gets the bounds of the rectangle where the certificate will be applied in PDF pagePageGraphicElement.clipRectangle()
Gets the clip rectangle applied when the element is rendered in PDFConversionSummary.lastPageRectangle()
Gets the bounds of the rectangle rendered on the last page.FileAttachmentElement.linkRectangle()
Gets the file attachment icon rectangle in PDF pageFileLinkElement.linkRectangle()
Gets the file link element rectangle in PDF pageInternalLinkElement.linkRectangle()
Gets the internal link element rectangleLinkUrlElement.linkRectangle()
Gets the URL link element rectangle in PDF pageSoundLinkElement.linkRectangle()
Gets the sound file link rectangle in PDF pageTextNoteElement.linkRectangle()
Gets the text note element rectangle in PDF pagePdfRectangle.rectangle()
Gets the rectangle position inside the PDF page drawing area.Methods in com.evopdf with parameters of type RectangleFloatModifier and TypeMethodDescriptionvoid
PdfFormField.setBoundingRectangle
(RectangleFloat bounds) Sets the PDF form field control box in PDF page with the dimensions expressed in pointsvoid
PdfFormRadioButton.setBoundingRectangle
(RectangleFloat bounds) Sets the radio button bounds in PDF page with the dimensions expressed in pointsvoid
DigitalSignatureElement.setBounds
(RectangleFloat bounds) Sets the bounds of the rectangle where the certificate will be applied in PDF page.void
PageGraphicElement.setClipRectangle
(RectangleFloat clipRectangle) Sets the clip rectangle applied when the element is rendered in PDFvoid
ConversionSummary.setLastPageRectangle
(RectangleFloat lastPageRectangle) Sets the boundsvoid
FileAttachmentElement.setLinkRectangle
(RectangleFloat linkRectangle) Sets the file attachment icon rectangle in PDF pagevoid
FileLinkElement.setLinkRectangle
(RectangleFloat linkRectangle) Sets the file link element rectangle in PDF pagevoid
InternalLinkElement.setLinkRectangle
(RectangleFloat linkRectangle) Sets the internal link element rectangle in PDF pagevoid
LinkUrlElement.setLinkRectangle
(RectangleFloat linkRectangle) Sets the URL link element rectangle in PDF pagevoid
SoundLinkElement.setLinkRectangle
(RectangleFloat linkRectangle) Sets the sound file link rectangle in PDF pagevoid
TextNoteElement.setLinkRectangle
(RectangleFloat linkRectangle) Sets the text note element rectangle in PDF pageConstructors in com.evopdf with parameters of type RectangleFloatModifierConstructorDescriptionDigitalSignatureElement
(RectangleFloat bounds, byte[] pfxData, String pfxPassword, int certificateIndex) Constructs a digital signature element that can be applied to a PDF page in the given positionDigitalSignatureElement
(RectangleFloat bounds, String pfxFile, String pfxPassword, int certificateIndex) * Constructs a digital signature element that can be applied to a PDF page in the given positionFileAttachmentElement
(RectangleFloat linkRectangle, byte[] fileData, String attachmentName) Creates a file attachment from a stream and a link in page to the attachmentFileAttachmentElement
(RectangleFloat linkRectangle, String filePath) Creates a file attachment and a link in page to the attachmentFileLinkElement
(RectangleFloat linkRectangle, String filePath) Constructs a file link elementInternalLinkElement
(RectangleFloat linkRectangle, ExplicitDestination linkDestination) Constructs a PDF internal link element with the given location and destinationLinkUrlElement
(RectangleFloat linkRectangle, String linkURL) Constructs a URL link elementPdfFormButton
(RectangleFloat box, String text, PdfFont pdfFont) Constructs text box form fieldPdfFormCheckBox
(RectangleFloat box, boolean isChecked) Constructs a check box form fieldsPdfFormComboBox
(RectangleFloat box, String[] items, PdfFont pdfFont) Constructs a combo box form fieldPdfFormListBox
(RectangleFloat box, String[] items, PdfFont pdfFont) Constructs a list box form fieldPdfFormRadioButton
(RectangleFloat box, String buttonName) Constructs a radio button form field to be added to a radio buttons groupPdfFormTextBox
(RectangleFloat box, String text, PdfFont pdfFont) Constructs a text box form fieldRectangleElement
(RectangleFloat rectangle) Constructs a rectangle element based on a bounding rectangleSoundLinkElement
(RectangleFloat linkRectangle, byte[] soundData) Constructs a sound link element at the given location in PDF page and using the given sound dataSoundLinkElement
(RectangleFloat linkRectangle, String filePath) Constructs a sound link element at the given location in PDF page and using the given sound fileTextNoteElement
(RectangleFloat linkRectangle, String text) Constructs a text note element