Added page splitting and GS tags for text:section
This commit is contained in:
parent
966b49dc9c
commit
8dfefec3f8
1 changed files with 1 additions and 0 deletions
|
@ -291,6 +291,7 @@ public class TextConverter extends ConverterHelper {
|
|||
getTableCv().handleTable(child,hnode);
|
||||
}
|
||||
else if (nodeName.equals(XMLString.TEXT_SECTION)) {
|
||||
breakBeforeNextNode = processPageBreaks(child, hnode,null, breakBeforeNextNode);
|
||||
hnode = maybeSplit(hnode,null);
|
||||
nDontSplitLevel--;
|
||||
hnode = handleSection(child,hnode);
|
||||
|
|
Loading…
Add table
Reference in a new issue