82629-文档拆分,表格拆分,表格内合并单元格.
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ public class ReadWordTable {
|
|||||||
if (tcPr.getVMerge() == null) {
|
if (tcPr.getVMerge() == null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (tcPr.getVMerge().getVal() == null) {
|
if (tcPr.getVMerge().getVal() != null) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user