如何在Android中使用iText在PdfPTable中添加Dashed-line Border到PdfPcell?
答案 0 :(得分:2)
将单元格的边框设置为NO_BORDER
,然后定义PdfPCellEvent
。使用线条虚线图案在事件中绘制边框。
有关单元格事件,请参阅http://itextpdf.com/themes/keyword.php?id=201
对于虚线和绘图矩形,请参阅PathConstructionAndPainting和GraphicsStateOperators。