Uses of Class
com.itextpdf.kernel.pdf.xobject.PdfFormXObject
Packages that use PdfFormXObject
Package
Description
-
Uses of PdfFormXObject in com.itextpdf.barcodes
Methods in com.itextpdf.barcodes that return PdfFormXObjectModifier 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) 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
Fields in com.itextpdf.forms.fields declared as PdfFormXObjectMethods in com.itextpdf.forms.fields with parameters of type PdfFormXObjectModifier 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.PdfButtonFormField.setImageAsForm
(PdfFormXObject form) Set image to be used as a background content in a push button asPdfFormXObject
. -
Uses of PdfFormXObject in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return PdfFormXObjectModifier and TypeMethodDescriptionPdfPage.copyAsFormXObject
(PdfDocument toDocument) Copies page as FormXObject to the specified document.Methods in com.itextpdf.kernel.pdf with parameters of type PdfFormXObjectModifier 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
Methods in com.itextpdf.kernel.pdf.annot with parameters of type PdfFormXObjectModifier and TypeMethodDescriptionPdfAnnotationAppearance.setState
(PdfName stateName, PdfFormXObject state) Constructors in com.itextpdf.kernel.pdf.annot with parameters of type PdfFormXObjectModifierConstructorDescriptionPdfPrinterMarkAnnotation
(Rectangle rect, PdfFormXObject appearanceStream) PdfTrapNetworkAnnotation
(Rectangle rect, PdfFormXObject appearanceStream) Creates aPdfTrapNetworkAnnotation
instance. -
Uses of PdfFormXObject in com.itextpdf.kernel.pdf.canvas
Constructors in com.itextpdf.kernel.pdf.canvas with parameters of type PdfFormXObjectModifierConstructorDescriptionPdfCanvas
(PdfFormXObject xObj, PdfDocument document) Creates a PdfCanvas from a PdfFormXObject. -
Uses of PdfFormXObject in com.itextpdf.kernel.pdf.xobject
Methods in com.itextpdf.kernel.pdf.xobject that return PdfFormXObjectModifier 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.Methods in com.itextpdf.kernel.pdf.xobject with parameters of type PdfFormXObjectModifier 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
Constructors in com.itextpdf.layout with parameters of type PdfFormXObjectModifierConstructorDescriptionCanvas
(PdfFormXObject formXObject, PdfDocument pdfDocument) Creates a new Canvas to manipulate a specificPdfFormXObject
. -
Uses of PdfFormXObject in com.itextpdf.layout.element
Constructors in com.itextpdf.layout.element with parameters of type PdfFormXObjectModifierConstructorDescriptionImage
(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
Methods in com.itextpdf.layout.properties that return PdfFormXObjectModifier and TypeMethodDescriptionBackgroundImage.getForm()
Gets initial image if it is instanceofPdfFormXObject
, otherwise returns null. -
Uses of PdfFormXObject in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return PdfFormXObjectModifier 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
Methods in com.itextpdf.signatures that return PdfFormXObjectModifier and TypeMethodDescriptionprotected PdfFormXObject
PdfSignatureAppearance.getAppearance()
Constructs appearance (top-level) for a signature.PdfSignatureAppearance.getLayer0()
Get Layer 0 of the appearance.PdfSignatureAppearance.getLayer2()
Get Layer 2 of the appearance. -
Uses of PdfFormXObject in com.itextpdf.svg.converter
Methods in com.itextpdf.svg.converter that return PdfFormXObjectModifier 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
.