diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-07-21 12:48:02 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-07-21 12:48:02 +0200 |
commit | f19e4d8622a852a53951ee81396689216d7f7fa7 (patch) | |
tree | 33e46d80b503d123cfdf3a5e4df7b2a398f1321e /pdf-as-lib/src/configuration/cfg/profiles/BASE_SMALL.properties | |
parent | 49a2fec5c4c92c45fe1198d83ab2c04c4d71a618 (diff) | |
download | pdf-as-4-f19e4d8622a852a53951ee81396689216d7f7fa7.tar.gz pdf-as-4-f19e4d8622a852a53951ee81396689216d7f7fa7.tar.bz2 pdf-as-4-f19e4d8622a852a53951ee81396689216d7f7fa7.zip |
Implemented Profile inheritance via .parent
Diffstat (limited to 'pdf-as-lib/src/configuration/cfg/profiles/BASE_SMALL.properties')
-rw-r--r-- | pdf-as-lib/src/configuration/cfg/profiles/BASE_SMALL.properties | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pdf-as-lib/src/configuration/cfg/profiles/BASE_SMALL.properties b/pdf-as-lib/src/configuration/cfg/profiles/BASE_SMALL.properties new file mode 100644 index 00000000..144050d9 --- /dev/null +++ b/pdf-as-lib/src/configuration/cfg/profiles/BASE_SMALL.properties @@ -0,0 +1,16 @@ +###################################################################################################
+# PROFIL: Signaturblock klein (Deutsch)
+
+sig_obj.BASE_SMALL.description=Standardsignatur klein Deutsch
+sig_obj.BASE_SMALL.parent=BASE_NORMAL
+sig_obj.types.BASE_SMALL=on
+
+sig_obj.BASE_SMALL.pos=f:80;w:230
+
+#---------------------- MAIN TABLE -------------------------
+sig_obj.BASE_SMALL.table.main.ColsWidth=1 4.5
+sig_obj.BASE_SMALL.table.main.Style.font=HELVETICA,5,BOLD
+sig_obj.BASE_SMALL.table.main.Style.valuefont=COURIER,5,NORMAL
+
+#---------------------- INFO TABLE -------------------------
+sig_obj.BASE_SMALL.table.info.ColsWidth=1 2.7
|