|| name | string | The name/model of the printer. |
|| mode | enum | The exporter implementation. Can be 'normal', ('graphic' ?) or name of concrete specialization. | X
|| brailletable | relative filename | A file containing a brailletable mapping for the exporter. | 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
|| constraint.[top,left,width,height] | non-negative double | The printers fixed indentation and hardware limitation of printing area.| X
|| raster.constraint.[top,left,width,height] | non-negative double | Further raster constraints like borders, hard char per line limit, line per page limit. Difference to 'printer.constraint': measured in full cells instead of mm.| 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
|| raster.dotDiameter | non-negative double | Diameter of a single dot.
|| 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.) | X
|| ... | ... | ... |
\ No newline at end of file
|| name | string | The name/model of the printer. | ✔ |
|| mode | enum | The exporter implementation. Can be 'normal', ('graphic' ?) or name of concrete specialization. | ✔ | normal
|| brailletable | relative filename | A file containing a brailletable mapping for the exporter. | ✔ | eurobraille.properties
|| floatingDot.support | true/false | The printers capability to print floating dots. | ✔ | false
|| floatingDot.resolution | non-negative double | The minimum distance between two dot centres. | |
|| constraint.[top,left] | non-negative double | The printers base indentation of printing area.| ✔ | 0
|| constraint.[width,height] | non-negative double | The printers hardware limitation of printing area.| |
|| raster.constraint.[top,left] | non-negative double | Further raster constraints: border from top or left raster edge. Difference to 'printer.constraint': measured in full cells instead of mm.| ✔ | 0
|| raster.constraint.[width,height] | non-negative double | Further raster constraints: fixed char per line limit or line per page limit. Difference to 'printer.constraint': measured in full cells instead of mm.| |
|| raster.type | enum | The braille raster. Can be any of the following: '6-dot', '8-dot' | ✔ | 6-dot
|| raster.cellDistance.horizontal | non-negative double | Horizontal distance between two consecutive braille characters. | ✔ | 3.6
|| raster.cellDistance.vertical | non-negative double | Vertical distance between two braille lines. | ✔ | 4.8
|| raster.dotDistance.horizontal | non-negative double | Horizontal distance between two dots inside a braille cell. | ✔ | 2.5
|| raster.dotDistance.vertical | non-negative double | Vertical distance between two dots inside a braille cell. | ✔ | 2.5
|| raster.dotDiameter | non-negative double | Diameter of a single dot. | ✔ | 1.5
|| 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