CWB
Data Fields
_print_option_rec_ Struct Reference

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...
 

Detailed Description

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"

Field Documentation

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
int print_tabular
int print_wrap

The documentation for this struct was generated from the following file: