IncTableOutputOptions parameters

  • name : [string] (default: '') Name of output.

  • bold_headers : [boolean] (default: true) Whether or not the headers should be in bold.

  • border_width : [number] (default: 0.4) Width of border around the table. Use 0 to eliminate it.

  • bottom_rule_width : [number] (default: 0.4) Width of bottom rule (bottom of table). Use 0 to eliminate it.

  • column_spacing : [number] (default: 3) Blank space (in number of characters) between columns.

  • force_font_width : [number] (default: 0) Force the font width (in mm) in the table. Leave empty to compute the width automatically from the group width.

  • has_header : [boolean] (default: true) Plot header on the table.

  • header_rule_width : [number] (default: 0.3) Width of rule below header. Use 0 to eliminate it.

  • horizontal_rule_width : [number] (default: 0.1) Width of vertical rules between rows (doesn’t include header) Use 0 to eliminate it.

  • invert_columns_order : [boolean] (default: false) Invert column order. Useful when inverting PCB texts in PCB Print.

  • row_spacing : [number] (default: 2) Space (in number of characters) between rows.

  • text_alignment : [string] (default: 'left') (choices: “left”, “center”, “right”) Text alignment in the table.

  • top_rule_width : [number] (default: 0.4) Width of top rule (above header). Use 0 to eliminate it.

  • vertical_rule_width : [number] (default: 0.1) Width of vertical rules between columns. Use 0 to eliminate it.