Class FopWorkaroundReplacePageBreakInEachList
java.lang.Object
org.docx4j.convert.out.common.preprocess.FopWorkaroundReplacePageBreakInEachList
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
The problem could arise
anywhere a w:p with page break before
is converted to fo:list-block
(typically that means it would also have had numbering)
- Since:
- 3.0.1
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate -
Method Summary
Modifier and TypeMethodDescriptionprivate PPrgetEffectivePPr(P p) private static booleanhasBreakBefore(PPr pPr) private booleanisListItem(PPr pPr) private voidprocess()private Liststatic voidprocess(WordprocessingMLPackage wmlPackage)
-
Field Details
-
wmlPackage
-
propertyResolver
-
-
Constructor Details
-
FopWorkaroundReplacePageBreakInEachList
-
-
Method Details
-
process
-
process
private void process() -
process
-
getEffectivePPr
-
isListItem
-
hasBreakBefore
-