Indicates the line style of a cell border.
enum L_OcrBorderLineStyle{L_OcrBorderLineStyle_None,L_OcrBorderLineStyle_Solid,L_OcrBorderLineStyle_Double,L_OcrBorderLineStyle_Dashed,L_OcrBorderLineStyle_Dotted,L_OcrBorderLineStyle_Last = L_OcrBorderLineStyle_Dotted};typedef enum L_OcrBorderLineStyle L_OcrBorderLineStyle;
There is no line (for example, a cell will not have visible borders, or a frame will be indicated by only a different background color).
Solid line.
Double line.
Dashed line.
Dotted line.
The *_Last member value is the same as the previous enumeration value.