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 TypeClassDescriptionclass
Implements the appearance stream to be used with form fields..class
Represents an imported page.class
Implements the pattern.class
Implements the PostScript XObject.Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfTemplateModifier and TypeFieldDescriptionprivate PdfTemplate[]
PdfSignatureAppearance.app
private PdfTemplate
PdfSignatureAppearance.frm
Methods 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) PdfTemplate
PdfContentByte.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) PdfName
PdfWriter.addDirectTemplateSimple
(PdfTemplate template, PdfName forcedName) Adds a template to the document but not to the page resources.void
PdfContentByte.addTemplate
(PdfTemplate template, float x, float y) Adds a template to this content.void
PdfContentByte.addTemplate
(PdfTemplate template, float a, float b, float c, float d, float e, float f) Adds a template to this content.void
PdfImportedPage.addTemplate
(PdfTemplate template, float a, float b, float c, float d, float e, float f) Always throws an error.(package private) void
PdfContentByte.checkNoPattern
(PdfTemplate t) Throws an error if it is a pattern.void
PdfWriter.releaseTemplate
(PdfTemplate tp) Releases the memory used by a template by writing it to the output.void
PdfAnnotation.setAppearance
(PdfName ap, PdfTemplate template) void
PdfAnnotation.setAppearance
(PdfName ap, String state, PdfTemplate template) void
PdfAnnotation.setMKAlternateIcon
(PdfTemplate template) void
PdfAnnotation.setMKNormalIcon
(PdfTemplate template) void
PdfAnnotation.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.