Class FORendererDummy
java.lang.Object
org.docx4j.convert.out.fo.renderers.AbstractFORenderer
org.docx4j.convert.out.fo.renderers.FORendererDummy
- All Implemented Interfaces:
FORenderer
public class FORendererDummy extends AbstractFORenderer
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
Fields Modifier and Type Field Description protected static FORendererINSTANCEprotected static org.slf4j.LoggerlogFields 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 Constructor Description FORendererDummy() -
Method Summary
Modifier and Type Method Description static FORenderergetInstance()voidrender(java.lang.String foDocument, FOSettings settings, boolean twoPass, java.util.List<FORenderer.SectionPageInformation> pageNumberInformation, java.io.OutputStream outputStream)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
log
protected static org.slf4j.Logger log -
INSTANCE
-
-
Constructor Details
-
FORendererDummy
public FORendererDummy()
-
-
Method Details
-
getInstance
-
render
public void render(java.lang.String foDocument, FOSettings settings, boolean twoPass, java.util.List<FORenderer.SectionPageInformation> pageNumberInformation, java.io.OutputStream outputStream) throws Docx4JException- Throws:
Docx4JException
-