android - Add dashed-line border for PdfPcell in PdfPtable using itext? -
how add dashed-line border pdfpcell in pdfptable using itext in android?
set border of cell no_border
, define pdfpcellevent
instead. draw border in event, using line dash pattern.
for cell events, see http://itextpdf.com/themes/keyword.php?id=201
for dashed lines , drawing rectangles, see pathconstructionandpainting , graphicsstateoperators.
Comments
Post a Comment