|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TablePos | |
|---|---|
| at.knowcenter.wag.egov.egiz | |
| at.knowcenter.wag.egov.egiz.framework | |
| at.knowcenter.wag.egov.egiz.framework.signators | |
| at.knowcenter.wag.egov.egiz.pdf | |
| 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 PositioningInstruction |
PdfAS.determineTablePositioning(TablePos pos,
String signature_type,
byte[] pdf,
PdfPTable pdf_table)
Evalutates absolute positioning and prepares the PositioningInstruction for placing the table. |
static SignResult |
PdfAS.sign(PdfASID algorithm,
byte[] pdf,
String signature_type,
String connector,
String user_name,
String user_password,
TablePos pos)
Signs the document using the given algorithm. |
| 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(byte[] pdf,
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 |
BinarySignator_1_0_0.prepareSign(byte[] pdf,
String signature_type,
TablePos pos,
boolean has_SIG_ID)
|
IncrementalUpdateInformation |
DetachedSignator_1_0_0.prepareSign(byte[] pdf,
String signature_type,
TablePos pos,
boolean has_SIG_ID)
|
IncrementalUpdateInformation |
TextualSignator_1_0_0.prepareSign(byte[] 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. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||