Uses of Class
com.aowagie.text.pdf.PdfTemplate
Packages that use PdfTemplate
-
Uses of PdfTemplate in com.aowagie.text
Methods in com.aowagie.text that return PdfTemplateModifier and TypeMethodDescriptionImage.getTemplateData()Gets the template to be used as an image.Methods in com.aowagie.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 PdfTemplate -
Uses of PdfTemplate in com.aowagie.text.pdf
Subclasses of PdfTemplate in com.aowagie.text.pdfModifier and TypeClassDescriptionfinal classRepresents an imported page.final classImplements the pattern.Methods in com.aowagie.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.PdfSignatureAppearance.getTopLayer()Gets the template that aggregates all appearance layers.Methods in com.aowagie.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.voidPdfAnnotation.setMKAlternateIcon(PdfTemplate template) voidPdfAnnotation.setMKNormalIcon(PdfTemplate template) voidPdfAnnotation.setMKRolloverIcon(PdfTemplate template)