|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfTemplate | |
---|---|
at.knowcenter.wag.egov.egiz.pdf | |
com.lowagie.text | |
com.lowagie.text.pdf |
Uses of PdfTemplate in at.knowcenter.wag.egov.egiz.pdf |
---|
Methods in at.knowcenter.wag.egov.egiz.pdf with parameters of type PdfTemplate | |
---|---|
protected static void |
BinarySignature.createEgizDict(PdfStamper stamper,
PdfTemplate table_template,
IncrementalUpdateInformation iui,
List variable_field_definitions,
List all_field_definitions)
Creates the EGIZ Dictionary and adds it to the document. |
Uses of PdfTemplate in com.lowagie.text |
---|
Fields in com.lowagie.text declared as PdfTemplate | |
---|---|
protected PdfTemplate[] |
Image.template
The template to be treated as an image. |
Methods in com.lowagie.text that return PdfTemplate | |
---|---|
PdfTemplate |
Image.templateData()
Gets the template to be used as an image. |
Methods in com.lowagie.text with parameters of type PdfTemplate | |
---|---|
static Image |
Image.getInstance(PdfTemplate template)
gets an instance of an Image |
void |
ImgPostscript.readPostscript(PdfTemplate template)
Reads the Postscript into a template. |
void |
ImgWMF.readWMF(PdfTemplate template)
Reads the WMF into a template. |
void |
Image.setTemplateData(PdfTemplate template)
Sets data from a PdfTemplate |
Constructors in com.lowagie.text with parameters of type PdfTemplate | |
---|---|
ImgTemplate(PdfTemplate template)
Creats an Image from a PdfTemplate. |
Uses of PdfTemplate in com.lowagie.text.pdf |
---|
Subclasses of PdfTemplate in com.lowagie.text.pdf | |
---|---|
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. |
Methods in com.lowagie.text.pdf that return PdfTemplate | |
---|---|
PdfTemplate |
PdfContentByte.createTemplate(float width,
float height)
Creates a new template. |
PdfTemplate |
Barcode.createTemplateWithBarcode(PdfContentByte cb,
Color barColor,
Color textColor)
Creates a template with the barcode. |
PdfTemplate |
PdfSignatureAppearance.getAppearance()
Gets the main appearance layer. |
PdfTemplate |
PdfSignatureAppearance.getLayer(int layer)
Gets a template layer to create a signature appearance. |
PdfTemplate |
PushbuttonField.getTemplate()
Getter for property template. |
PdfTemplate |
PdfSignatureAppearance.getTopLayer()
Gets the template that aggregates all appearance layers. |
Methods in com.lowagie.text.pdf with parameters of type PdfTemplate | |
---|---|
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. |
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)
|
void |
PushbuttonField.setTemplate(PdfTemplate template)
Sets the icon as a template. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |