Add column to signal availability of default values. authored by Leonard Kupper's avatar Leonard Kupper
......@@ -46,23 +46,23 @@ graph TD;
In the following a table with all available properties is presented. All distances are measured in milimetres.
| Prefix | Property | Content | Description |
| ------ | ------ | ------ | ------ |
| Prefix | Property | Content | Description | Default |
| ------ | ------ | ------ | ------ | ------ |
| 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' |
|| raster.cellDistance.horizontal | non-negative double | Horizontal distance between two consecutive braille characters. |
|| 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. |
|| indent.top | non-negative double | The printers 'printing start point' distance from top page border. | X
|| indent.binding | non-negative double | The printers 'printing start point' distance from left page border. | X
|| floatingDot.support | true/false | The printers capability to print floating dots. | X
|| floatingDot.resolution | non-negative double | The minimum distance between two dot centres. | X
|| raster.type | enum | The braille raster. Can be any of the following: '6-dot', '8-dot' | X
|| raster.cellDistance.horizontal | non-negative double | Horizontal distance between two consecutive braille characters. | X
|| raster.cellDistance.vertical | non-negative double | Vertical distance between two braille lines. | X
|| raster.dotDistance.horizontal | non-negative double | Horizontal distance between two dots inside a braille cell. | X
|| raster.dotDistance.vertical | non-negative double | Vertical distance between two dots inside a braille cell. | X
|| brailletable | relative filename | A file containing a brailletable mapping for the exporter. | X
|| ... | ... | ... |
| 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 | Minimum margin from respective page border. (Can have greater size in real output, because it will be a multiple of the cell size.) |
|| page.width | non-negative integer | Horizontal page size. | X
|| page.height | non-negative integer | Vertical page size. | X
|| margin.[top,left,bottom,right] | non-negative integer | Minimum margin from respective page border. (Can have greater size in real output, because it will be a multiple of the cell size.) | X
|| ... | ... | ... |
\ No newline at end of file