Table and cell events to draw borders
These examples were written in answer to questions such as:
celltitle
##GITHUB:https://github.com/itext/i5js-sandbox/blob/master/src/main/java/sandbox/tables/DottedLineCell.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/tables/CellTitle.cs##
customborder
##GITHUB:https://github.com/itext/i5js-sandbox/blob/master/src/main/java/sandbox/tables/RoundedCorners.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/tables/CustomBorder.cs##
dottedlinecell
##GITHUB:https://github.com/itext/i5js-sandbox/blob/master/src/main/java/sandbox/tables/DottedLineHeader.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/tables/CustomBorder2.cs.https://raw.githubusercontent.com/itext/i7ns-samples/develop/itext/itext.samples/itext/samples/sandbox/tables/CustomBorder3.cs.https://raw.githubusercontent.com/itext/i7ns-samples/develop/itext/itext.samples/itext/samples/sandbox/tables/DottedLineCell.cs##
dottedlinecell2
##GITHUB:https://github.com/itext/i5js-sandbox/blob/master/src/main/java/sandbox/tables/CustomBorder.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/tables/DottedLineCell2.cs##
dottedlineheader
##GITHUB:https://github.com/itext/i5js-sandbox/blob/master/src/main/java/sandbox/tables/CustomBorder2.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/tables/DottedLineHeader.cs##
roundedcorners
##GITHUB:https://github.com/itext/i5js-sandbox/blob/master/src/main/java/sandbox/tables/DottedLineCell2.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/tables/RoundedCorners.cs##
tableborder
##GITHUB:https://github.com/itext/i5js-sandbox/blob/master/src/main/java/sandbox/tables/CustomBorder3.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/tables/TableBorder.cs##