update 文档拆分的表格 单元格合并判断
This commit is contained in:
@@ -145,6 +145,9 @@ public class ReadWordTable {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (tcPr.getVMerge().getVal() == null) {
|
if (tcPr.getVMerge().getVal() == null) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
if (tcPr.getVMerge().getVal().toString().equalsIgnoreCase("continue")) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user