Changes
Page history
Add new properties.
authored
Jul 11, 2019
by
Leonard Kupper
Show whitespace changes
Inline
Side-by-side
Software-Design.md
View page @
81a3c310
...
...
@@ -50,6 +50,8 @@ In the following a table with all available properties is presented. All distanc
| ------ | ------ | ------ | ------ |
| printer. ||||
|| name | string | The name/model of the printer. |
|| indent.top | non-negative double | The printers 'printing start point' distance from top page border.
|| indent.binding | non-negative double | The printers 'printing start point' distance from left page border.
|| floatingDot.support | true/false | The printers capability to print floating dots. |
|| floatingDot.resolution | non-negative double | The minimum distance between two dot centres. |
|| raster.type | enum | The braille raster. Can be any of the following: '6-dot', '8-dot' |
...
...
@@ -57,9 +59,10 @@ In the following a table with all available properties is presented. All distanc
|| raster.cellDistance.vertical | non-negative double | Vertical distance between two braille lines. |
|| raster.dotDistance.horizontal | non-negative double | Horizontal distance between two dots inside a braille cell. |
|| raster.dotDistance.vertical | non-negative double | Vertical distance between two dots inside a braille cell. |
|| brailletable | relative filename | A file containing a brailletable mapping for the exporter. |
|| ... | ... | ... |
| format.[name]. ||||
|| page.width | non-negative integer | Horizontal page size. |
|| page.height | non-negative integer | Vertical page size. |
|| margin.[top,left,bottom,right] | non-negative integer | Margin from respective page border. |
|| margin.[top,left,bottom,right] | non-negative integer | M
inimum m
argin from respective page border. |
|| ... | ... | ... |
\ No newline at end of file