Restructure according to latest config 'Index Everest-D V4 # Version 1 Rev. 7 (19-07-18)' authored by Leonard Kupper's avatar Leonard Kupper
......@@ -50,19 +50,21 @@ In the following a table with all available properties is presented. All distanc
| ------ | ------ | ------ | ------ | ------ |
| printer. ||||
|| name | string | The name/model of the printer. |
|| indent.[top,left,bottom,right] | non-negative double | The printers fixed indentation from respective page border. | X
|| 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.
|| brailletable | relative filename | A file containing a brailletable mapping for the exporter. | X
|| ... | ... | ... |
| format.[name]. ||||
|| 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
|| 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