FILECSVOPTIONS_COLORMODE (original) (raw)
Summary
Controls what colors to use for alternating rows and columns when rendering CSV files.
Syntax
typedef enum FILECSVOPTIONS_COLORMODE
{
FILECSVOPTIONS_COLORMODE_DEFAULT,
FILECSVOPTIONS_COLORMODE_HEADER_AND_BODY,
FILECSVOPTIONS_COLORMODE_COLUMNS,
} FILECSVOPTIONS_COLORMODE;
Members
FILECSVOPTIONS_COLORMODE_DEFAULT
Default mode uses alternating colors per row. One background L_COLORREF color on the first row, then another background L_COLORREF color on the second row. The pattern continues repeating until the last row.
FILECSVOPTIONS_COLORMODE_HEADER_AND_BODY
Header (first row) uses one background L_COLORREF color and rows use another background color.
FILECSVOPTIONS_COLORMODE_COLUMNS
Uses alternating colors per column: One background L_COLORREF color on the first column, then a second background L_COLORREF color on the second column. The pattern continues to repeat until the last column.
See Also
- FILECSVOPTIONS_COLORMODE
- FILECSVOPTIONS_HORIZONTALCELLALIGNMENT
- FILECSVOPTIONS_VERTICALCELLALIGNMENT
- FILECSVOPTIONS
- L_GetCSVOptions
- L_SetCSVOptions
LEADTOOLS Raster Imaging C API Help