Update Software Design authored by Richard Schmidt's avatar Richard Schmidt
...@@ -79,7 +79,7 @@ In the following a table with all available properties is presented. All distanc ...@@ -79,7 +79,7 @@ In the following a table with all available properties is presented. All distanc
| format.[name]. |||||| | format.[name]. ||||||
|| page.width | non-negative integer | Horizontal page size. | ✔ | 210 || page.width | non-negative integer | Horizontal page size. | ✔ | 210
|| page.height | non-negative integer | Vertical page size. | ✔ | 297 || page.height | non-negative integer | Vertical page size. | ✔ | 297
|| margin.[top,left,bottom,right] | non-negative integer | Desired minimum margin from respective page border. (Can have greater size in real output, because it will be a multiple of the cell size.) | ✔ | 10 || margin.[top,left,bottom,right] | non-negative integer | Desired minimum margin from respective page border. (Can have greater size in real output, because it will be a multiple of the cell size.) | ✔ | 0; left = 5
|| ... | ... | ... | ... | ... | || ... | ... | ... | ... | ... |
| representation.[name]. |||||| | representation.[name]. ||||||
|| floatingDot.minBarWidth | non-negative double | The desired minimum bar width for bar charts. | ✔ | 20 || floatingDot.minBarWidth | non-negative double | The desired minimum bar width for bar charts. | ✔ | 20
... ...
......