4 results
sets the “ pattfill “ element
109. XSLFTableCell netCell = row.addCell();
110. XSLFTextParagraph netCellP = netCell.addNewTextParagraph();
1 results
sets the line compound style @ param style new 9 < code > null < / code > , which defines the
78. XSLFTableCell th = headerRow.addCell();
79. XSLFTextParagraph p = th.addNewTextParagraph();
86. th.setFillColor(Color.RED);
87. th.setBorderBottom(2);
88. th.setBorderBottomColor(Color.white);