Uses of Class
com.itextpdf.kernel.pdf.xobject.PdfFormXObject
-
-
Uses of PdfFormXObject in com.itextpdf.barcodes
Methods in com.itextpdf.barcodes that return PdfFormXObject Modifier and Type Method Description PdfFormXObject
Barcode1D. createFormXObject(Color barColor, Color textColor, PdfDocument document)
Creates a PdfFormXObject with the barcode.PdfFormXObject
Barcode1D. createFormXObject(PdfDocument document)
Creates a PdfFormXObject with the barcode.abstract PdfFormXObject
Barcode2D. createFormXObject(Color foreground, PdfDocument document)
Creates a PdfFormXObject with the barcode.PdfFormXObject
Barcode2D. createFormXObject(PdfDocument document)
Creates a PdfFormXObject with the barcode.PdfFormXObject
BarcodeDataMatrix. createFormXObject(Color foreground, float moduleSide, PdfDocument document)
Creates a PdfFormXObject with the barcode with given module width and module height.PdfFormXObject
BarcodeDataMatrix. createFormXObject(Color foreground, PdfDocument document)
Creates a PdfFormXObject with the barcode.PdfFormXObject
BarcodePDF417. createFormXObject(Color foreground, float moduleWidth, float moduleHeight, PdfDocument document)
Creates a PdfFormXObject with the barcode with given module width and module height.PdfFormXObject
BarcodePDF417. createFormXObject(Color foreground, PdfDocument document)
Creates a PdfFormXObject with the barcode.PdfFormXObject
BarcodeQRCode. createFormXObject(Color foreground, float moduleSize, PdfDocument document)
Creates a PdfFormXObject with the barcode.PdfFormXObject
BarcodeQRCode. createFormXObject(Color foreground, PdfDocument document)
Creates a PdfFormXObject with the barcode. -
Uses of PdfFormXObject in com.itextpdf.forms
Methods in com.itextpdf.forms with parameters of type PdfFormXObject Modifier and Type Method Description private AffineTransform
PdfAcroForm. calcFieldAppTransformToAnnotRect(PdfFormXObject xObject, Rectangle annotBBox)
-
Uses of PdfFormXObject in com.itextpdf.forms.fields
Fields in com.itextpdf.forms.fields declared as PdfFormXObject Modifier and Type Field Description protected PdfFormXObject
PdfFormField. form
private PdfFormXObject
PdfSignatureFormField. n0
Background level of the signature appearance.private PdfFormXObject
PdfSignatureFormField. n2
Signature appearance layer that contains information about the signature.Methods in com.itextpdf.forms.fields that return PdfFormXObject Modifier and Type Method Description private PdfFormXObject
PdfFormAnnotation. createN0Layer(float width, float height)
The background layer that is present when creating the signature field.private PdfFormXObject
PdfFormAnnotation. createN2Layer(float width, float height)
The signature appearance layer that contains information about the signature, e.g.private PdfFormXObject
PdfFormAnnotation. createTopLayer(float width, float height)
Signature appearance is assembled with the top-level and second-level XObjects and the standard layers.(package private) PdfFormXObject
PdfSignatureFormField. getBackgroundLayer()
Gets the background layer that is present when creating the signature field if it was set.(package private) PdfFormXObject
PdfSignatureFormField. getSignatureAppearanceLayer()
Gets the signature appearance layer that contains information about the signature if it was set.Methods in com.itextpdf.forms.fields with parameters of type PdfFormXObject Modifier and Type Method Description protected void
PdfFormAnnotation. drawBorder(PdfCanvas canvas, PdfFormXObject xObject, float width, float height)
Draws a border using the borderWidth and borderColor of the form field.PdfSignatureFormField
PdfSignatureFormField. setBackgroundLayer(PdfFormXObject n0)
Sets the background layer that is present when creating the signature field.PdfButtonFormField
PdfButtonFormField. setImageAsForm(PdfFormXObject form)
Set image to be used as a background content in a push button asPdfFormXObject
.PdfSignatureFormField
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
Methods in com.itextpdf.kernel.pdf that return PdfFormXObject Modifier and Type Method Description PdfFormXObject
PdfPage. copyAsFormXObject(PdfDocument toDocument)
Copies page as FormXObject to the specified document.PdfFormXObject
PdfResources. getForm(PdfName name)
Methods in com.itextpdf.kernel.pdf with parameters of type PdfFormXObject Modifier and Type Method Description PdfName
PdfResources. addForm(PdfFormXObject form)
AddsPdfFormXObject
object to the resources.PdfName
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 PdfFormXObject Modifier and Type Method Description PdfAnnotationAppearance
PdfAnnotationAppearance. setState(PdfName stateName, PdfFormXObject state)
Constructors in com.itextpdf.kernel.pdf.annot with parameters of type PdfFormXObject Constructor Description PdfPrinterMarkAnnotation(Rectangle rect, PdfFormXObject appearanceStream)
PdfTrapNetworkAnnotation(Rectangle rect, PdfFormXObject appearanceStream)
Creates aPdfTrapNetworkAnnotation
instance. -
Uses of PdfFormXObject in com.itextpdf.kernel.pdf.canvas
Methods in com.itextpdf.kernel.pdf.canvas with parameters of type PdfFormXObject Modifier and Type Method Description private PdfCanvas
PdfCanvas. addFormAt(PdfFormXObject form, float x, float y)
AddsPdfFormXObject
to the specified position.private PdfCanvas
PdfCanvas. addFormFittedIntoRectangle(PdfFormXObject form, Rectangle rect)
AddsPdfFormXObject
fitted into specific rectangle on canvas.private PdfCanvas
PdfCanvas. addFormWithTransformationMatrix(PdfFormXObject form, float a, float b, float c, float d, float e, float f, boolean writeIdentityMatrix)
AddsPdfFormXObject
to canvas.Constructors in com.itextpdf.kernel.pdf.canvas with parameters of type PdfFormXObject Constructor Description PdfCanvas(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 PdfFormXObject Modifier and Type Method Description PdfFormXObject
PdfFormXObject. put(PdfName key, PdfObject value)
Puts the value into Image XObject dictionary and associates it with the specified key.PdfFormXObject
PdfFormXObject. setBBox(PdfArray bBox)
Sets Form XObject's BBox,PdfName.BBox
key.PdfFormXObject
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
PdfFormXObject. setMarkStyle(PdfString markStyle)
Sets a text string representing the printer’s mark in human-readable form.PdfFormXObject
PdfFormXObject. setProcessColorModel(PdfName model)
Sets process color model for trap network appearance,PdfName.PCM
key.PdfFormXObject
PdfFormXObject. setSeparationColorNames(PdfArray colorNames)
Sets separation color names for the trap network appearance,PdfName.SeparationColorNames
key.PdfFormXObject
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
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 PdfFormXObject Modifier and Type Method Description static 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 PdfFormXObject Constructor Description Canvas(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 PdfFormXObject Constructor Description Image(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 PdfFormXObject Modifier and Type Method Description PdfFormXObject
BackgroundImage. 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 PdfFormXObject Modifier and Type Method Description static 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.svg.converter
Methods in com.itextpdf.svg.converter that return PdfFormXObject Modifier and Type Method Description private static PdfFormXObject
SvgConverter. convertToXObject(ISvgProcessorResult processorResult, PdfDocument document, ISvgConverterProperties props)
static PdfFormXObject
SvgConverter. convertToXObject(ISvgNodeRenderer topSvgRenderer, PdfDocument document)
This method draws a NodeRenderer tree to a canvas that is tied to the passed document.private static PdfFormXObject
SvgConverter. convertToXObject(ISvgNodeRenderer topSvgRenderer, PdfDocument document, SvgDrawContext context)
This method draws a NodeRenderer tree to a canvas that is tied to the passed document.static PdfFormXObject
SvgConverter. convertToXObject(java.io.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(java.io.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(java.lang.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(java.lang.String content, PdfDocument document, ISvgConverterProperties props)
Converts a String containing valid SVG content to anXObject
that can then be used on the passedPdfDocument
.Methods in com.itextpdf.svg.converter with parameters of type PdfFormXObject Modifier and Type Method Description private static void
SvgConverter. draw(PdfFormXObject pdfForm, PdfCanvas canvas)
(package private) static void
SvgConverter. draw(PdfFormXObject pdfForm, PdfCanvas canvas, float x, float y)
-
Uses of PdfFormXObject in com.itextpdf.svg.xobject
Subclasses of PdfFormXObject in com.itextpdf.svg.xobject Modifier and Type Class Description class
SvgImageXObject
A wrapper for Form XObject for SVG images.
-