Added comments
This commit is contained in:
parent
b6a3aec8d7
commit
642500a4ba
1 changed files with 2 additions and 0 deletions
|
@ -1189,12 +1189,14 @@ public class TextParser extends Parser {
|
|||
// Check it's master page, pageNumber, Page break before - if we already set MP - throw it away
|
||||
// And make a note to pass this paragraph next time you'll meet it.
|
||||
if (inUnreakableElement() ) {
|
||||
//No breaks possible
|
||||
return hnode;
|
||||
}
|
||||
|
||||
Integer newPageNumber = null;
|
||||
newPageNumber = getPageNumber(style, newPageNumber);
|
||||
if (currentMasterPage == null && style != null) {
|
||||
//Document wasn't started yet.
|
||||
hnode = startDocument(hnode, style, newPageNumber);
|
||||
hnode = docSep.processOutlineLevel(currentNode, hnode, pageNum);
|
||||
} else if (hasMasterPage(style) || hasBreakBefore(style) || breakBeforeNextNode) {
|
||||
|
|
Loading…
Add table
Reference in a new issue