Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfTemplate
Packages that use PdfTemplate
-
Uses of PdfTemplate in com.gitlab.pdftk_java.com.lowagie.text.pdf
Subclasses of PdfTemplate in com.gitlab.pdftk_java.com.lowagie.text.pdfModifier and TypeClassDescriptionclassImplements the appearance stream to be used with form fields..classRepresents an imported page.classImplements the pattern.classImplements the PostScript XObject.Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfTemplateModifier and TypeFieldDescriptionprivate PdfTemplate[]PdfSignatureAppearance.appprivate PdfTemplatePdfSignatureAppearance.frmMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfTemplateModifier and TypeMethodDescriptionPdfContentByte.createTemplate(float width, float height) Creates a new template.(package private) PdfTemplatePdfContentByte.createTemplate(float width, float height, PdfName forcedName) 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.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfTemplateModifier and TypeMethodDescription(package private) PdfNamePdfWriter.addDirectTemplateSimple(PdfTemplate template, PdfName forcedName) Adds a template to the document but not to the page resources.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.(package private) voidPdfContentByte.checkNoPattern(PdfTemplate t) Throws an error if it is a pattern.voidPdfWriter.releaseTemplate(PdfTemplate tp) Releases the memory used by a template by writing it to the output.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) Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfTemplateModifierConstructorDescription(package private)PdfFormXObject(PdfTemplate template) Constructs aPdfFormXObject-object.