<< Click to display table of contents >> TRVTableItemInfo.PrintOptions |
Specifies options for table printing.
type
TRVTablePrintOption =
(rvtoHalftoneBorders, rvtoRowsSplit,
rvtoWhiteBackground, rvtoContinue);
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 |
rvtoContinue |
If set, and the table has heading rows, heading rows are displayed only from the second table page |
Default value:
[rvtoHalftoneBorders,rvtoRowsSplit]
See also: