Class PageBreak
java.lang.Object
org.docx4j.convert.out.common.preprocess.PageBreak
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static booleancheckPageBreak(List<Object> content) private static voidmovePageBreaks(Body body) static voidprocess(WordprocessingMLPackage wmlPackage) If a page-break w:br w:type="page" is found within a run with some formatting applied to it then it will be generated into an fo:inline tag.private static voidupdateParagraph(P paragraph)
-
Field Details
-
log
private static org.slf4j.Logger log
-
-
Constructor Details
-
PageBreak
public PageBreak()
-
-
Method Details
-
process
If a page-break w:br w:type="page" is found within a run with some formatting applied to it then it will be generated into an fo:inline tag. This page break will be ignored by fop. This class moves the page-breaks to the enclosing block. -
movePageBreaks
-
updateParagraph
-
checkPageBreak
-