Uses of Class
com.itextpdf.kernel.pdf.xobject.PdfFormXObject
Package
Description
-
Uses of PdfFormXObject in com.itextpdf.barcodes
Modifier and TypeMethodDescriptionBarcode1D.createFormXObject
(Color barColor, Color textColor, PdfDocument document) Creates a PdfFormXObject with the barcode.Barcode1D.createFormXObject
(PdfDocument document) Creates a PdfFormXObject with the barcode.abstract PdfFormXObject
Barcode2D.createFormXObject
(Color foreground, PdfDocument document) Creates a PdfFormXObject with the barcode.Barcode2D.createFormXObject
(PdfDocument document) Creates a PdfFormXObject with the barcode.BarcodeDataMatrix.createFormXObject
(Color foreground, float moduleSide, PdfDocument document) Creates a PdfFormXObject with the barcode with given module width and module height.BarcodeDataMatrix.createFormXObject
(Color foreground, PdfDocument document) Creates a PdfFormXObject with the barcode.BarcodePDF417.createFormXObject
(Color foreground, float moduleWidth, float moduleHeight, PdfDocument document) Creates a PdfFormXObject with the barcode with given module width and module height.BarcodePDF417.createFormXObject
(Color foreground, PdfDocument document) Creates a PdfFormXObject with the barcode.BarcodeQRCode.createFormXObject
(Color foreground, float moduleSize, PdfDocument document) Creates a PdfFormXObject with the barcode.BarcodeQRCode.createFormXObject
(Color foreground, PdfDocument document) Creates a PdfFormXObject with the barcode. -
Uses of PdfFormXObject in com.itextpdf.forms.fields
Modifier and TypeMethodDescriptionprotected void
PdfFormAnnotation.drawBorder
(PdfCanvas canvas, PdfFormXObject xObject, float width, float height) Draws a border using the borderWidth and borderColor of the form field.PdfSignatureFormField.setBackgroundLayer
(PdfFormXObject n0) Sets the background layer that is present when creating the signature field.PdfButtonFormField.setImageAsForm
(PdfFormXObject form) Set image to be used as a background content in a push button asPdfFormXObject
.PdfSignatureFormField.setSignatureAppearanceLayer
(PdfFormXObject n2) Sets the signature appearance layer that contains information about the signature, e.g. -
Uses of PdfFormXObject in com.itextpdf.kernel.pdf
Modifier and TypeMethodDescriptionPdfPage.copyAsFormXObject
(PdfDocument toDocument) Copies page as FormXObject to the specified document.Modifier and TypeMethodDescriptionPdfResources.addForm
(PdfFormXObject form) AddsPdfFormXObject
object to the resources.PdfResources.addForm
(PdfFormXObject form, PdfName name) Adds the given Form XObject to the current instance ofPdfResources
. -
Uses of PdfFormXObject in com.itextpdf.kernel.pdf.annot
Modifier and TypeMethodDescriptionPdfAnnotationAppearance.setState
(PdfName stateName, PdfFormXObject state) ModifierConstructorDescriptionPdfPrinterMarkAnnotation
(Rectangle rect, PdfFormXObject appearanceStream) PdfTrapNetworkAnnotation
(Rectangle rect, PdfFormXObject appearanceStream) Creates aPdfTrapNetworkAnnotation
instance. -
Uses of PdfFormXObject in com.itextpdf.kernel.pdf.canvas
ModifierConstructorDescriptionPdfCanvas
(PdfFormXObject xObj, PdfDocument document) Creates a PdfCanvas from a PdfFormXObject. -
Uses of PdfFormXObject in com.itextpdf.kernel.pdf.xobject
Modifier and TypeMethodDescriptionPuts the value into Image XObject dictionary and associates it with the specified key.Sets Form XObject's BBox,PdfName.BBox
key.PdfFormXObject.setGroup
(PdfTransparencyGroup transparency) Sets a group attributes dictionary indicating that the contents of the form XObject shall be treated as a group and specifying the attributes of that group.PdfFormXObject.setMarkStyle
(PdfString markStyle) Sets a text string representing the printer’s mark in human-readable form.PdfFormXObject.setProcessColorModel
(PdfName model) Sets process color model for trap network appearance,PdfName.PCM
key.PdfFormXObject.setSeparationColorNames
(PdfArray colorNames) Sets separation color names for the trap network appearance,PdfName.SeparationColorNames
key.PdfFormXObject.setTrapRegions
(PdfArray regions) Sets an array of TrapRegion objects defining the page’s trapping zones and the associated trapping parameters, as described in Adobe Technical Note #5620, Portable Job Ticket Format.PdfFormXObject.setTrapStyles
(PdfString trapStyles) Sets a human-readable text string that described this trap network to the user.Modifier and TypeMethodDescriptionstatic Rectangle
PdfFormXObject.calculateBBoxMultipliedByMatrix
(PdfFormXObject form) Calculates the coordinates of the xObject BBox multiplied by the Matrix field. -
Uses of PdfFormXObject in com.itextpdf.layout
ModifierConstructorDescriptionCanvas
(PdfFormXObject formXObject, PdfDocument pdfDocument) Creates a new Canvas to manipulate a specificPdfFormXObject
. -
Uses of PdfFormXObject in com.itextpdf.layout.element
ModifierConstructorDescriptionImage
(PdfFormXObject xObject) Creates anImage
from a form XObject, the representation of a form in PDF syntax.Image
(PdfFormXObject xObject, float left, float bottom) Creates anImage
from a form XObject, the representation of a form in PDF syntax. -
Uses of PdfFormXObject in com.itextpdf.layout.properties
Modifier and TypeMethodDescriptionBackgroundImage.getForm()
Gets initial image if it is instanceofPdfFormXObject
, otherwise returns null. -
Uses of PdfFormXObject in com.itextpdf.layout.renderer
Modifier and TypeMethodDescriptionstatic PdfFormXObject
AbstractRenderer.createXObject
(AbstractLinearGradientBuilder linearGradientBuilder, Rectangle xObjectArea, PdfDocument document) Create aPdfFormXObject
with the given area and containing a linear gradient inside. -
Uses of PdfFormXObject in com.itextpdf.signatures
Modifier and TypeMethodDescriptionprotected PdfFormXObject
PdfSignatureAppearance.getAppearance()
Deprecated.PdfSignatureAppearance.getLayer0()
Deprecated.will be deleted in the next major release.PdfSignatureAppearance.getLayer2()
Deprecated.will be deleted in the next major release. -
Uses of PdfFormXObject in com.itextpdf.svg.converter
Modifier and TypeMethodDescriptionstatic PdfFormXObject
SvgConverter.convertToXObject
(ISvgNodeRenderer topSvgRenderer, PdfDocument document) This method draws a NodeRenderer tree to a canvas that is tied to the passed document.static PdfFormXObject
SvgConverter.convertToXObject
(InputStream stream, PdfDocument document) Converts a String containing valid SVG content to anXObject
that can then be used on the passedPdfDocument
.static PdfFormXObject
SvgConverter.convertToXObject
(InputStream stream, PdfDocument document, ISvgConverterProperties props) Converts a String containing valid SVG content to anXObject
that can then be used on the passedPdfDocument
.static PdfFormXObject
SvgConverter.convertToXObject
(String content, PdfDocument document) Converts a String containing valid SVG content to anXObject
that can then be used on the passedPdfDocument
.static PdfFormXObject
SvgConverter.convertToXObject
(String content, PdfDocument document, ISvgConverterProperties props) Converts a String containing valid SVG content to anXObject
that can then be used on the passedPdfDocument
. -
Uses of PdfFormXObject in com.itextpdf.svg.xobject
Modifier and TypeClassDescriptionclass
A wrapper for Form XObject for SVG images.
SignatureFieldAppearance
.