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.templateThe 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 ImageImage.getInstance(PdfTemplate template) gets an instance of an ImagevoidImgWMF.readWMF(PdfTemplate template) Reads the WMF into a template.voidImage.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 TypeClassDescriptionclassImplements the appearance stream to be used with form fields..classRepresents an imported page.final classImplements the pattern.classImplements the PostScript XObject.Fields in com.itextpdf.text.pdf with type parameters of type PdfTemplateModifier and TypeFieldDescriptionprotected HashSet<PdfTemplate> PdfCopy.fieldTemplatesprotected HashSet<PdfTemplate> PdfStamperImp.fieldTemplatesprotected HashSet<PdfTemplate> PdfAnnotation.templatesMethods 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.static PdfTemplatePdfTemplate.createTemplate(PdfWriter writer, float width, float height) Creates a new template.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 TypeMethodDescriptionvoidPdfContentByte.addTemplate(PdfTemplate template, double x, double y) Adds a template to this content.voidPdfContentByte.addTemplate(PdfTemplate template, double x, double y, boolean tagContent) voidPdfContentByte.addTemplate(PdfTemplate template, double a, double b, double c, double d, double e, double f) Adds a template to this content.voidPdfContentByte.addTemplate(PdfTemplate template, double a, double b, double c, double d, double e, double f, boolean tagContent) Adds a template to this content.voidPdfContentByte.addTemplate(PdfTemplate template, float x, float y) Adds a template to this content.voidPdfContentByte.addTemplate(PdfTemplate template, float x, float y, boolean tagContent) voidPdfContentByte.addTemplate(PdfTemplate template, float a, float b, float c, float d, float e, float f) Adds a template to this content.voidPdfContentByte.addTemplate(PdfTemplate template, float a, float b, float c, float d, float e, float f, boolean tagContent) Adds a template to this content.voidPdfContentByte.addTemplate(PdfTemplate template, AffineTransform transform) adds a template with the given matrix.voidPdfContentByte.addTemplate(PdfTemplate template, AffineTransform transform, boolean tagContent) adds a template with the given matrix.voidPdfContentByte.addTemplate(PdfTemplate template, AffineTransform transform) Deprecated.use com.itextpdf.text.geom.AffineTransform as parametervoidPdfImportedPage.addTemplate(PdfTemplate template, float a, float b, float c, float d, float e, float f) Always throws an error.voidPdfWriter.releaseTemplate(PdfTemplate tp) Use this method to releases the memory used by a template.voidPdfAnnotation.setAppearance(PdfName ap, PdfTemplate template) voidPdfAnnotation.setAppearance(PdfName ap, String state, PdfTemplate template) booleanFdfWriter.setFieldAsTemplate(String field, PdfTemplate template) voidPdfAnnotation.setMKAlternateIcon(PdfTemplate template) voidPdfAnnotation.setMKNormalIcon(PdfTemplate template) voidPdfAnnotation.setMKRolloverIcon(PdfTemplate template) voidPushbuttonField.setTemplate(PdfTemplate template) Sets the icon as a template.Method parameters in com.itextpdf.text.pdf with type arguments of type PdfTemplateModifier and TypeMethodDescriptionvoidPdfAcroForm.addFieldTemplates(HashSet<PdfTemplate> ft) Adds fieldTemplates.