Uses of Interface
org.docx4j.convert.out.FORenderer
Packages that use FORenderer
Package
Description
-
Uses of FORenderer in org.docx4j.convert.out
Methods in org.docx4j.convert.out that return FORendererMethods in org.docx4j.convert.out with parameters of type FORendererModifier and TypeMethodDescriptionvoidFOSettings.setCustomFoRenderer(FORenderer customFoRenderer) If the rendering should be done with a different fo renderer, then you need to pass here your custom implementation of the FORenderer interface. -
Uses of FORenderer in org.docx4j.convert.out.fo
Fields in org.docx4j.convert.out.fo declared as FORendererMethods in org.docx4j.convert.out.fo that return FORendererModifier and TypeMethodDescriptionFOConversionContext.getFORenderer()protected FORendererFOConversionContext.initializeFoRenderer(FOSettings settings) Methods in org.docx4j.convert.out.fo with parameters of type FORendererModifier and TypeMethodDescriptionprivate booleanFOPictWriterFloatAvoided.marginTopPositiveCase(FORenderer foRenderer, Map<String, String> props, Document doc, Element ret, float widthPts, NodeList childNodes) Wrap case, for renderers which don't support fo:float (eg Apache FOP). -
Uses of FORenderer in org.docx4j.convert.out.fo.renderers
Classes in org.docx4j.convert.out.fo.renderers that implement FORendererModifier and TypeClassDescriptionclassclassThe Apache FO Renderer uses Apache FOP to render the fo document and is the default FO RendererclassThe Dummy FO Renderer doesn't render anything, it just outputs the fo document to the OutputStream.Fields in org.docx4j.convert.out.fo.renderers declared as FORendererMethods in org.docx4j.convert.out.fo.renderers that return FORendererModifier and TypeMethodDescriptionstatic FORendererFORendererApacheFOP.getInstance()static FORendererFORendererDummy.getInstance()