Uses of Class
at.knowcenter.wag.egov.egiz.pdf.TablePos

Packages that use TablePos
at.gv.egiz.pdfas.framework.signator   
at.gv.egiz.pdfas.impl.api   
at.gv.egiz.pdfas.impl.signator.binary   
at.gv.egiz.pdfas.impl.signator.textual   
at.gv.egiz.pdfas.web   
at.knowcenter.wag.egov.egiz   
at.knowcenter.wag.egov.egiz.framework   
at.knowcenter.wag.egov.egiz.framework.signators   
at.knowcenter.wag.egov.egiz.pdf   
at.knowcenter.wag.egov.egiz.web   
 

Uses of TablePos in at.gv.egiz.pdfas.framework.signator
 

Methods in at.gv.egiz.pdfas.framework.signator with parameters of type TablePos
 SignatorInformation Signator.prepareSign(PdfDataSource pdfDataSource, String profile, TablePos pos, TimeStamper timestamper)
           
 

Uses of TablePos in at.gv.egiz.pdfas.impl.api
 

Methods in at.gv.egiz.pdfas.impl.api that return TablePos
static TablePos PosHelper.formTablePos(SignaturePositioning signaturePositioning)
           
 

Uses of TablePos in at.gv.egiz.pdfas.impl.signator.binary
 

Methods in at.gv.egiz.pdfas.impl.signator.binary with parameters of type TablePos
 SignatorInformation BinarySignator_1_0_0.prepareSign(PdfDataSource pdfDataSource, String profile, TablePos pos, TimeStamper timeStamper)
           
 

Uses of TablePos in at.gv.egiz.pdfas.impl.signator.textual
 

Fields in at.gv.egiz.pdfas.impl.signator.textual declared as TablePos
protected  TablePos TextualSignatorInformation.pos
           
 

Methods in at.gv.egiz.pdfas.impl.signator.textual with parameters of type TablePos
 SignatorInformation TextualSignator_1_0_0.prepareSign(PdfDataSource pdfDataSource, String profile, TablePos pos, TimeStamper timestamper)
           The parameter has_SIG_ID is not used by this Signator because it doesn't pre-format the signature block.
 

Uses of TablePos in at.gv.egiz.pdfas.web
 

Fields in at.gv.egiz.pdfas.web declared as TablePos
 TablePos VerifySessionInformation.pos
          Information about the signature position
 TablePos SignSessionInformation.pos
          Information about the signature position
 

Uses of TablePos in at.knowcenter.wag.egov.egiz
 

Methods in at.knowcenter.wag.egov.egiz that return TablePos
static TablePos PdfAS.parsePositionFromPosString(String pos_string)
          Parses the TablePos object from a given String with the appropriate format.
 

Methods in at.knowcenter.wag.egov.egiz with parameters of type TablePos
static SignatorInformation PdfAS.signCommandline(PdfDataSource pdfDataSource, DataSink dataSink, PdfASID signatorId, String connectorId, String profile, String signatureKeyIdentifier, TablePos pos, TimeStamper timeStamper)
           
static SignatorInformation PdfAS.signCommandline(PdfDataSource pdfDataSource, DataSink dataSink, PdfASID signatorId, String connectorId, String profile, TablePos pos)
           
static PositioningInstruction PdfAS.determineTablePositioning(TablePos pos, String signature_type, PdfDataSource pdfDataSource, com.lowagie.text.pdf.PdfPTable pdf_table)
          Evalutates absolute positioning and prepares the PositioningInstruction for placing the table.
static PositioningInstruction PdfAS.adjustSignatureTableandCalculatePosition(PdfDataSource pdfDataSource, com.lowagie.text.pdf.PdfPTable pdf_table, TablePos pos)
          Sets the width of the table according to the layout of the document and calculates the y position where the PDFPTable should be placed.
 

Uses of TablePos in at.knowcenter.wag.egov.egiz.framework
 

Methods in at.knowcenter.wag.egov.egiz.framework with parameters of type TablePos
 IncrementalUpdateInformation Signator.prepareSign(PdfDataSource pdfDataSource, String signature_type, TablePos pos, boolean has_SIG_ID)
          This is called before the data is sent to the connector.
 

Uses of TablePos in at.knowcenter.wag.egov.egiz.framework.signators
 

Methods in at.knowcenter.wag.egov.egiz.framework.signators with parameters of type TablePos
 IncrementalUpdateInformation TextualSignator_1_0_0.prepareSign(PdfDataSource pdf, String signature_type, TablePos pos, boolean has_SIG_ID)
          Deprecated.  The parameter has_SIG_ID is not used by this Signator because it doesn't pre-format the signature block.
 IncrementalUpdateInformation DetachedSignator_1_0_0.prepareSign(PdfDataSource pdf, String signature_type, TablePos pos, boolean has_SIG_ID)
           
 IncrementalUpdateInformation DetachedfTextualSignator_1_0_0.prepareSign(PdfDataSource pdf, String signature_type, TablePos pos, boolean has_SIG_ID)
           The parameter has_SIG_ID is not used by this Signator because it doesn't pre-format the signature block.
 IncrementalUpdateInformation BinarySignator_1_0_0.prepareSign(PdfDataSource pdf, String signature_type, TablePos pos, boolean has_SIG_ID)
          Deprecated.  
 

Uses of TablePos in at.knowcenter.wag.egov.egiz.pdf
 

Fields in at.knowcenter.wag.egov.egiz.pdf declared as TablePos
 TablePos IncrementalUpdateInformation.pos
          The table position.
 

Uses of TablePos in at.knowcenter.wag.egov.egiz.web
 

Fields in at.knowcenter.wag.egov.egiz.web declared as TablePos
 TablePos SessionInformation.pos
          Information about the signature position
 



Copyright © 2006-2010. All Rights Reserved.