New test added
This commit is contained in:
parent
d7d4b4083e
commit
6aeeed4b54
4 changed files with 71 additions and 1 deletions
|
@ -79,7 +79,9 @@ public class ListSplitter extends BasicSplitter implements ISplitter {
|
|||
//Debug.prettyPrintXml(list.getOwnerDocument());
|
||||
((Element) list).setAttribute(TEXT_CONTINUE_NUMBERING, "true");
|
||||
parent.insertBefore(listFirstPart, list);
|
||||
//parent.insertBefore(softPageBreak, list);
|
||||
if (isRootElement(list)) {
|
||||
parent.insertBefore(softPageBreak, list);
|
||||
}
|
||||
results.setSPB(softPageBreak);
|
||||
// System.out.println("LIST FIRST PART");
|
||||
// Debug.printNode(listFirstPart);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue