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);
|
sectionFirstPart.appendChild(sectionChildFirstPart);
|
||||||
dataMoved=true;
|
dataMoved=true;
|
||||||
}
|
}
|
||||||
|
} else if (nodeName.equals(XMLString.TEXT_TABLE_OF_CONTENT)) {
|
||||||
|
|
||||||
|
//HACK
|
||||||
|
checkSoftPageBreak(sectionNode, true);
|
||||||
|
i++;
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue