324325326327328329330331332333334
CTTblPr tblPr = getTrPr(); if (tblPr.isSetTblBorders()) { CTTblBorders ctb = tblPr.getTblBorders(); if (ctb.isSetInsideH()) { CTBorder border = ctb.getInsideH(); color = border.xgetColor().getStringValue(); } } return color; }
380381382383384385386387388389390
CTTblPr tblPr = getTrPr(); if (tblPr.isSetTblBorders()) { CTTblBorders ctb = tblPr.getTblBorders(); if (ctb.isSetInsideV()) { CTBorder border = ctb.getInsideV(); color = border.xgetColor().getStringValue(); } } return color; }
331332333334335336337338339340341
387388389390391392393394395396397
338339340341342343344345346347348
394395396397398399400401402403404
332333334335336337338339340341342
388389390391392393394395396397398