Ejemplo n.º 1
0
 public static CTTblBorders getTblBorders(XWPFTable table) {
   CTTblPr tblPr = getTblPr(table);
   if (tblPr != null) {
     return tblPr.getTblBorders();
   }
   return null;
 }