Uses of Class
com.itextpdf.text.pdf.PdfTemplate
Packages that use PdfTemplate
-
Uses of PdfTemplate in com.itextpdf.text
Fields in com.itextpdf.text declared as PdfTemplateModifier and TypeFieldDescriptionprotected PdfTemplate[]
Image.template
The template to be treated as an image.Methods in com.itextpdf.text that return PdfTemplateModifier and TypeMethodDescriptionImage.getTemplateData()
Gets the template to be used as an image.Methods in com.itextpdf.text with parameters of type PdfTemplateModifier and TypeMethodDescriptionstatic Image
Image.getInstance
(PdfTemplate template) gets an instance of an Imagevoid
ImgWMF.readWMF
(PdfTemplate template) Reads the WMF into a template.void
Image.setTemplateData
(PdfTemplate template) Sets data from a PdfTemplateConstructors in com.itextpdf.text with parameters of type PdfTemplateModifierConstructorDescriptionImgTemplate
(PdfTemplate template) Creates an Image from a PdfTemplate. -
Uses of PdfTemplate in com.itextpdf.text.pdf
Subclasses of PdfTemplate in com.itextpdf.text.pdfModifier and TypeClassDescriptionclass
Implements the appearance stream to be used with form fields..class
Represents an imported page.final class
Implements the pattern.class
Implements the PostScript XObject.Fields in com.itextpdf.text.pdf declared as PdfTemplateModifier and TypeFieldDescriptionprivate PdfTemplate[]
PdfSignatureAppearance.app
Layers for a visible signature.private PdfTemplate
PdfSignatureAppearance.frm
Template containing all layers drawn on top of each other.private PdfTemplate
PushbuttonField.template
Holds value of property template.private PdfTemplate
PushbuttonField.tp
Fields in com.itextpdf.text.pdf with type parameters of type PdfTemplateModifier and TypeFieldDescriptionprivate HashSet
<PdfTemplate> PdfAcroForm.fieldTemplates
This is a map containing FieldTemplates.protected HashSet
<PdfTemplate> PdfCopy.fieldTemplates
protected HashSet
<PdfTemplate> PdfStamperImp.fieldTemplates
protected HashSet
<PdfTemplate> PdfAnnotation.templates
Methods in com.itextpdf.text.pdf that return PdfTemplateModifier and TypeMethodDescriptionFdfWriter.createTemplate
(float width, float height) PdfContentByte.createTemplate
(float width, float height) Creates a new template.(package private) PdfTemplate
PdfContentByte.createTemplate
(float width, float height, PdfName forcedName) static PdfTemplate
PdfTemplate.createTemplate
(PdfWriter writer, float width, float height) Creates a new template.(package private) static PdfTemplate
PdfTemplate.createTemplate
(PdfWriter writer, float width, float height, PdfName forcedName) Barcode.createTemplateWithBarcode
(PdfContentByte cb, BaseColor barColor, BaseColor textColor) Creates a template with the barcode.PdfSignatureAppearance.getAppearance()
Gets the main appearance layer.PdfSignatureAppearance.getLayer
(int layer) Gets a template layer to create a signature appearance.PushbuttonField.getTemplate()
Getter for property template.PdfSignatureAppearance.getTopLayer()
Gets the template that aggregates all appearance layers.Methods in com.itextpdf.text.pdf that return types with arguments of type PdfTemplateMethods in com.itextpdf.text.pdf with parameters of type PdfTemplateModifier and TypeMethodDescription(package private) PdfName
PdfWriter.addDirectTemplateSimple
(PdfTemplate template, PdfName forcedName) Adds a template to the document but not to the page resources.void
PdfContentByte.addTemplate
(PdfTemplate template, double x, double y) Adds a template to this content.void
PdfContentByte.addTemplate
(PdfTemplate template, double x, double y, boolean tagContent) void
PdfContentByte.addTemplate
(PdfTemplate template, double a, double b, double c, double d, double e, double f) Adds a template to this content.void
PdfContentByte.addTemplate
(PdfTemplate template, double a, double b, double c, double d, double e, double f, boolean tagContent) Adds a template to this content.private void
PdfContentByte.addTemplate
(PdfTemplate template, double a, double b, double c, double d, double e, double f, boolean tagTemplate, boolean tagContent) Adds a template to this content.void
PdfContentByte.addTemplate
(PdfTemplate template, float x, float y) Adds a template to this content.void
PdfContentByte.addTemplate
(PdfTemplate template, float x, float y, boolean tagContent) void
PdfContentByte.addTemplate
(PdfTemplate template, float a, float b, float c, float d, float e, float f) Adds a template to this content.void
PdfContentByte.addTemplate
(PdfTemplate template, float a, float b, float c, float d, float e, float f, boolean tagContent) Adds a template to this content.void
PdfContentByte.addTemplate
(PdfTemplate template, AffineTransform transform) adds a template with the given matrix.void
PdfContentByte.addTemplate
(PdfTemplate template, AffineTransform transform, boolean tagContent) adds a template with the given matrix.void
PdfContentByte.addTemplate
(PdfTemplate template, AffineTransform transform) Deprecated.use com.itextpdf.text.geom.AffineTransform as parametervoid
PdfImportedPage.addTemplate
(PdfTemplate template, float a, float b, float c, float d, float e, float f) Always throws an error.(package private) void
PdfContentByte.checkNoPattern
(PdfTemplate t) Throws an error if it is a pattern.void
PdfWriter.releaseTemplate
(PdfTemplate tp) Use this method to releases the memory used by a template.void
PdfAnnotation.setAppearance
(PdfName ap, PdfTemplate template) void
PdfAnnotation.setAppearance
(PdfName ap, String state, PdfTemplate template) boolean
FdfWriter.setFieldAsTemplate
(String field, PdfTemplate template) void
PdfAnnotation.setMKAlternateIcon
(PdfTemplate template) void
PdfAnnotation.setMKNormalIcon
(PdfTemplate template) void
PdfAnnotation.setMKRolloverIcon
(PdfTemplate template) void
PushbuttonField.setTemplate
(PdfTemplate template) Sets the icon as a template.private void
PdfStructureElement.writeAttributes
(PdfTemplate template) Method parameters in com.itextpdf.text.pdf with type arguments of type PdfTemplateModifier and TypeMethodDescriptionvoid
PdfAcroForm.addFieldTemplates
(HashSet<PdfTemplate> ft) Adds fieldTemplates.Constructors in com.itextpdf.text.pdf with parameters of type PdfTemplateModifierConstructorDescription(package private)
PdfFormXObject
(PdfTemplate template, int compressionLevel) Constructs aPdfFormXObject
-object.