Uses of Class
com.itextpdf.text.pdf.PdfTemplate
-
Packages that use PdfTemplate Package Description com.itextpdf.text com.itextpdf.text.pdf -
-
Uses of PdfTemplate in com.itextpdf.text
Fields in com.itextpdf.text declared as PdfTemplate Modifier and Type Field Description protected PdfTemplate[]Image. templateThe template to be treated as an image.Methods in com.itextpdf.text that return PdfTemplate Modifier and Type Method Description PdfTemplateImage. getTemplateData()Gets the template to be used as an image.Methods in com.itextpdf.text with parameters of type PdfTemplate Modifier and Type Method Description static 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 PdfTemplate Constructor Description ImgTemplate(PdfTemplate template)Creates an Image from a PdfTemplate. -
Uses of PdfTemplate in com.itextpdf.text.pdf
Subclasses of PdfTemplate in com.itextpdf.text.pdf Modifier and Type Class Description classPdfAppearanceImplements the appearance stream to be used with form fields..classPdfImportedPageRepresents an imported page.classPdfPatternPainterImplements the pattern.classPdfPSXObjectImplements the PostScript XObject.Methods in com.itextpdf.text.pdf that return PdfTemplate Modifier and Type Method Description PdfTemplatePdfContentByte. createTemplate(float width, float height)Creates a new template.static PdfTemplatePdfTemplate. createTemplate(PdfWriter writer, float width, float height)Creates a new template.PdfTemplateBarcode. createTemplateWithBarcode(PdfContentByte cb, java.awt.Color barColor, java.awt.Color textColor)Creates a template with the barcode.PdfTemplatePdfSignatureAppearance. getAppearance()Gets the main appearance layer.PdfTemplatePdfSignatureAppearance. getLayer(int layer)Gets a template layer to create a signature appearance.PdfTemplatePushbuttonField. getTemplate()Getter for property template.PdfTemplatePdfSignatureAppearance. getTopLayer()Gets the template that aggregates all appearance layers.Methods in com.itextpdf.text.pdf with parameters of type PdfTemplate Modifier and Type Method Description 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, PdfTemplate template)voidPdfAnnotation. setAppearance(PdfName ap, java.lang.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.
-