From a0de2a3b2a5f4a99f280f5caebbca0d183ae109a Mon Sep 17 00:00:00 2001 From: tknall Date: Wed, 7 Feb 2007 10:08:21 +0000 Subject: Bugfix: Querformat, BKU 2.7.x, ... git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@35 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- .../at/knowcenter/wag/egov/egiz/pdf/TablePos.java | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/main/java/at/knowcenter/wag/egov/egiz/pdf/TablePos.java') diff --git a/src/main/java/at/knowcenter/wag/egov/egiz/pdf/TablePos.java b/src/main/java/at/knowcenter/wag/egov/egiz/pdf/TablePos.java index ba55cdf..6cfdded 100644 --- a/src/main/java/at/knowcenter/wag/egov/egiz/pdf/TablePos.java +++ b/src/main/java/at/knowcenter/wag/egov/egiz/pdf/TablePos.java @@ -35,6 +35,22 @@ public class TablePos implements Serializable /** * The page on which the block should be displayed. + * + *

+ * A value greater than or equal 1 means to absolutely position the signature + * on that page. + *

+ *

+ * A value of -1 means to append a new page to the document and absolutely + * position the signature on the new page. + *

+ *

+ * A value of -2 means to determine the length of the last page as without + * absolute positioning, but ignore all text below a certain footer line. If + * there is enough space between the end of the text and this footer line, the + * signature should be positioned automatically in there. Otherwise it should + * be placed on a new page. + *

*/ public int page = 0; @@ -53,4 +69,8 @@ public class TablePos implements Serializable */ public float width = 0.0f; + /** + * The top y position of the footer line. + */ + public float footer_line = 0.0f; } -- cgit v1.2.3