Currently in Apache POI XSLF only the following styles are available in StrokeStyle Class for setting the border style for a XSLFTableCell:
1.LineDash: SOLID, DOT, DASH, DASH_DOT, LG_DASH, LG_DASH_DOT, SYS_DASH, SYS_DOT, SYS_DASH_DOT, SYS_DASH_DOT_DOT;
2.LineCompound: SINGLE, DOUBLE, THICK_THIN, THIN_THICK, TRIPLE;
How do i set the following styles- groove,ridge, inset and outset? if these are not explicitly available, how do i set them using the above styles?
Would appreciate if anyone knows about this and can help out.