CWB
|
PrintOptions: records a set of print options. More...
#include <print-modes.h>
Data Fields | |
int | print_header |
Can be: header/hdr,noheader. More... | |
int | print_tabular |
Can be: table/tbl,notable. More... | |
int | print_wrap |
Can be: wrap, nowrap. More... | |
int | print_border |
Can be: border/bdr,noborder. More... | |
int | number_lines |
number of lines More... | |
PrintOptions: records a set of print options.
All members starting in print_ are Boolean, to be interpreted as print_XX –> "XX is to be printed"
int number_lines |
number of lines
Referenced by ascii_print_output(), ParsePrintOptions(), and print_option_value().
int print_border |
Can be: border/bdr,noborder.
Referenced by html_print_output(), latex_print_output(), ParsePrintOptions(), and print_option_value().
int print_header |
Can be: header/hdr,noheader.
Referenced by catalog_corpus(), html_print_corpus_header(), ParsePrintOptions(), print_corpus_info_header(), and print_option_value().
int print_tabular |
Can be: table/tbl,notable.
Referenced by html_print_aligned_line(), html_print_field(), html_print_output(), latex_print_field(), latex_print_output(), ParsePrintOptions(), and print_option_value().
int print_wrap |
Can be: wrap, nowrap.
Referenced by html_print_aligned_line(), html_print_field(), html_print_output(), ParsePrintOptions(), and print_option_value().