Class FORendererDummy
java.lang.Object
org.docx4j.convert.out.fo.renderers.AbstractFORenderer
org.docx4j.convert.out.fo.renderers.FORendererDummy
- All Implemented Interfaces:
FORenderer
The Dummy FO Renderer doesn't render anything, it just outputs
the fo document to the OutputStream.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.docx4j.convert.out.FORenderer
FORenderer.SectionPageInformation -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final FORendererprotected static org.slf4j.LoggerFields inherited from class org.docx4j.convert.out.fo.renderers.AbstractFORenderer
TEXTBOX_POSTPROCESSING_REQUIREDFields inherited from interface org.docx4j.convert.out.FORenderer
PLACEHOLDER_PREFIX, PLACEHOLDER_SUFFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FORenderervoidrender(String foDocument, FOSettings settings, boolean twoPass, List<FORenderer.SectionPageInformation> pageNumberInformation, OutputStream outputStream)
-
Field Details
-
log
protected static org.slf4j.Logger log -
INSTANCE
-
-
Constructor Details
-
FORendererDummy
public FORendererDummy()
-
-
Method Details
-
getInstance
-
render
public void render(String foDocument, FOSettings settings, boolean twoPass, List<FORenderer.SectionPageInformation> pageNumberInformation, OutputStream outputStream) throws Docx4JException - Throws:
Docx4JException
-