|
Specifies options for table printing.
type
TRVTablePrintOption =
(rvtoHalftoneBorders, rvtoRowsSplit,
rvtoWhiteBackground);
TRVTablePrintOptions = set of TRVTablePrintOption;
property PrintOptions: TRVTablePrintOptions;
Option
|
Meaning
|
rvtoHalftoneBorders
|
If set (default), table and cells borders will be printed in dithered colors, but corners will be rounded.
If cleared, borders will be printed in solid colors (usually black or white), but corners will be strictly defined, like on screen.
Affects to 3d borders (see BorderStyle and CellBorderStyle) and borders with some invisible lines.
Forced compromise.
|
rvtoRowsSplit
|
Clear this option to forbid printing this table on several pages.
|
rvtoWhiteBackground
|
If set, colors of table and cells backgound will be ignored and printed in white.
See also TRVPrint.TransparentBackground
|
Default value:
[rvtoHalftoneBorders,rvtoRowsSplit]
See also:
|