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