Uses of Class
com.lowagie.text.pdf.PdfTemplate
Packages that use PdfTemplate
-
Uses of PdfTemplate in com.lowagie.text
Fields in com.lowagie.text declared as PdfTemplateModifier and TypeFieldDescriptionprotected PdfTemplate[]Image.templateThe template to be treated as an image.Methods in com.lowagie.text that return PdfTemplateModifier and TypeMethodDescriptionImage.getTemplateData()Gets the template to be used as an image.Methods in com.lowagie.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.lowagie.text with parameters of type PdfTemplateModifierConstructorDescriptionImgTemplate(PdfTemplate template) Creates an Image from a PdfTemplate. -
Uses of PdfTemplate in com.lowagie.text.pdf
Subclasses of PdfTemplate in com.lowagie.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.Methods in com.lowagie.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 com.lowagie.text.pdf with parameters of type PdfTemplateModifier and TypeMethodDescriptionvoidPdfContentByte.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, PdfTemplate template) voidPdfAnnotation.setAppearance(PdfName ap, String state, PdfTemplate template) voidPdfAnnotation.setMKAlternateIcon(PdfTemplate template) voidPdfAnnotation.setMKNormalIcon(PdfTemplate template) voidPdfAnnotation.setMKRolloverIcon(PdfTemplate template) voidPushbuttonField.setTemplate(PdfTemplate template) Sets the icon as a template.