Hardcoded delete soft page breaks inside section\TOC
This commit is contained in:
parent
83762d79bb
commit
8db0060460
1 changed files with 6 additions and 0 deletions
|
@ -477,6 +477,12 @@ public class PageSplitter {
|
|||
sectionFirstPart.appendChild(sectionChildFirstPart);
|
||||
dataMoved=true;
|
||||
}
|
||||
} else if (nodeName.equals(XMLString.TEXT_TABLE_OF_CONTENT)) {
|
||||
|
||||
//HACK
|
||||
checkSoftPageBreak(sectionNode, true);
|
||||
i++;
|
||||
continue;
|
||||
}
|
||||
break;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue