Class AbstractFORenderer
java.lang.Object
org.docx4j.convert.out.fo.renderers.AbstractFORenderer
- All Implemented Interfaces:
FORenderer
- Direct Known Subclasses:
FORendererApacheFOP,FORendererDummy
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.docx4j.convert.out.FORenderer
FORenderer.SectionPageInformation -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.slf4j.LoggerbooleanFields inherited from interface org.docx4j.convert.out.FORenderer
PLACEHOLDER_PREFIX, PLACEHOLDER_SUFFIX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.docx4j.convert.out.FORenderer
render
-
Field Details
-
log
protected static org.slf4j.Logger log -
TEXTBOX_POSTPROCESSING_REQUIRED
public boolean TEXTBOX_POSTPROCESSING_REQUIRED
-
-
Constructor Details
-
AbstractFORenderer
public AbstractFORenderer()
-