Uses of Class
org.openpdf.text.pdf.PdfTemplate
Packages that use PdfTemplate
-
Uses of PdfTemplate in org.openpdf.text
Fields in org.openpdf.text declared as PdfTemplateModifier and TypeFieldDescriptionprotected PdfTemplate[]Image.templateThe template to be treated as an image.Methods in org.openpdf.text that return PdfTemplateModifier and TypeMethodDescriptionImage.getTemplateData()Gets the template to be used as an image.Methods in org.openpdf.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 org.openpdf.text with parameters of type PdfTemplateModifierConstructorDescriptionImgTemplate(PdfTemplate template) Creates an Image from a PdfTemplate. -
Uses of PdfTemplate in org.openpdf.text.pdf
Subclasses of PdfTemplate in org.openpdf.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 org.openpdf.text.pdf with type parameters of type PdfTemplateModifier and TypeFieldDescriptionprotected HashMap<PdfTemplate, Object> PdfCopy.fieldTemplatesprotected Map<PdfTemplate, Object> PdfAnnotation.templatesMethods in org.openpdf.text.pdf that return PdfTemplateModifier and TypeMethodDescriptionPdfContentByte.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, Color barColor, Color 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 org.openpdf.text.pdf that return types with arguments of type PdfTemplateMethods in org.openpdf.text.pdf with parameters of type PdfTemplateModifier and TypeMethodDescriptionvoidPdfContentByte.addTemplate(PdfTemplate template, double a, double b, double c, double d, double e, double f) Adds a template to this content using double matrices.voidPdfContentByte.addTemplate(PdfTemplate template, float x, float y) Adds a template to this content.voidPdfContentByte.addTemplate(PdfTemplate template, float a, float b, float c, float d, float e, float f) Adds a template to this content.voidPdfImportedPage.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, String state, PdfTemplate template) voidPdfAnnotation.setAppearance(PdfName ap, 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 org.openpdf.text.pdf with type arguments of type PdfTemplateModifier and TypeMethodDescriptionvoidPdfAcroForm.addFieldTemplates(Map<PdfTemplate, Object> ft) Adds fieldTemplates.