Class FopWorkaroundDisablePageBreakOnFirstParagraph
java.lang.Object
org.docx4j.convert.out.common.preprocess.FopWorkaroundDisablePageBreakOnFirstParagraph
public class FopWorkaroundDisablePageBreakOnFirstParagraph
extends java.lang.Object
Workaround for https://issues.apache.org/bugzilla/show_bug.cgi?id=54094
You can disable this step if you are using FOP post 1.1
See also FopWorkaroundReplacePageBreakInEachList
-
Constructor Summary
Constructors Constructor Description FopWorkaroundDisablePageBreakOnFirstParagraph() -
Method Summary
Modifier and Type Method Description static voidprocess(WordprocessingMLPackage wmlPackage)
-
Constructor Details
-
FopWorkaroundDisablePageBreakOnFirstParagraph
public FopWorkaroundDisablePageBreakOnFirstParagraph()
-
-
Method Details