Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfTemplate
-
Packages that use PdfTemplate Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfTemplate in com.gitlab.pdftk_java.com.lowagie.text.pdf
Subclasses of PdfTemplate in com.gitlab.pdftk_java.com.lowagie.text.pdf Modifier and Type Class Description class
PdfAppearance
Implements the appearance stream to be used with form fields..class
PdfImportedPage
Represents an imported page.class
PdfPatternPainter
Implements the pattern.class
PdfPSXObject
Implements the PostScript XObject.Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfTemplate Modifier and Type Field Description private PdfTemplate[]
PdfSignatureAppearance. app
private PdfTemplate
PdfSignatureAppearance. frm
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfTemplate Modifier and Type Method Description PdfTemplate
PdfContentByte. createTemplate(float width, float height)
Creates a new template.(package private) PdfTemplate
PdfContentByte. createTemplate(float width, float height, PdfName forcedName)
PdfTemplate
PdfSignatureAppearance. getAppearance()
Gets the main appearance layer.PdfTemplate
PdfSignatureAppearance. getLayer(int layer)
Gets a template layer to create a signature appearance.PdfTemplate
PdfSignatureAppearance. getTopLayer()
Gets the template that aggregates all appearance layers.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfTemplate Modifier and Type Method Description (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, java.lang.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 PdfTemplate Constructor Description PdfFormXObject(PdfTemplate template)
Constructs aPdfFormXObject
-object.
-