enum L_OcrBackgroundFillStyle
{
L_OcrBackgroundFillStyle_None,
L_OcrBackgroundFillStyle_Solid,
L_OcrBackgroundFillStyle_Hatch,
L_OcrBackgroundFillStyle_Last = L_OcrBackgroundFillStyle_Hatch
};
typedef enum L_OcrBackgroundFillStyle L_OcrBackgroundFillStyle;
Indicates the background style of a cell.
Value | Meaning |
---|---|
L_OcrBackgroundFillStyle_None | Cell will not be filled (transparent). |
L_OcrBackgroundFillStyle_Solid | Cell will be filled with a solid color |
L_OcrBackgroundFillStyle_Hatch | Cell will have the Hatched fill style. |
L_OcrBackgroundFillStyle_Last | The *_Last member value is the same as the previous enumeration value. |
This enumerated type is used by the following structure: