Indicates the background style of a cell.
enum L_OcrBackgroundFillStyle
{
L_OcrBackgroundFillStyle_None,
L_OcrBackgroundFillStyle_Solid,
L_OcrBackgroundFillStyle_Hatch,
L_OcrBackgroundFillStyle_Last = L_OcrBackgroundFillStyle_Hatch
};
typedef enum L_OcrBackgroundFillStyle L_OcrBackgroundFillStyle;
Cell will not be filled (transparent).
Cell will be filled with a solid color.
Cell will have the Hatched fill style.
The *_Last member value is the same as the previous enumeration value.