All Classes

Class Description
AbstractFOExporter  
AbstractFOExporter.FoSectionPageInformation  
AbstractFORenderer  
AbstractPlaceholderLookup  
BookmarkStartWriter
Generate a reference so that the w:bookmarkStart it can be referenced.
The preprocessing step BookmarkMover should have moved any Bookmarks to the beginning of a paragraph, therefore an inline should always work.
BrWriter  
Conversion Deprecated. 
FldSimpleWriter  
FldSimpleWriter.AbstractPagesHandler  
FldSimpleWriter.NumpagesHandler  
FldSimpleWriter.PageHandler  
FldSimpleWriter.PagerefHandler  
FldSimpleWriter.SectionpagesHandler  
FOConversionContext
See /docs/developer/Convert_Out.docx for an overview of the design.
FOConversionImageHandler
This is a File-based ImageHandler, for generating images used in FO/PDF-documents
FOExporterVisitor
Converts the document to fo with a visitor Uses Delegate: org.docx4j.convert.out.fo.FOExporterVisitorDelegate Uses Generator: org.docx4j.convert.out.fo.FOExporterVisitorGenerator
FOExporterVisitorDelegate  
FOExporterVisitorGenerator  
FOExporterXslt
Converts the document to fo with a xsl transformation Uses Delegate: org.docx4j.convert.out.common.
FOPAreaTreeHelper
Helper to correctly size header/footer areas in PDF output.
FOPictWriterAbstract
Note that despite its name, this currently only handles v:textbox.
FOPictWriterFloatAvoided
FOPictWriter intended to be used in conjunction with a renderer which doesn't support fo:float (eg old versions of Apache FOP).
FOPictWriterFloatUsed
FOPictWriter intended to be used in conjunction with a renderer which supports fo:float.
FOPictWriterNoWrapImpl
For no wrap (ie in front or behind), we use fo:block with @position=absolute|fixed, with z-index to specify under or over.
FORendererApacheFOP
The Apache FO Renderer uses Apache FOP to render the fo document and is the default FO Renderer
FORendererApacheFOP.FopPlaceholderLookup  
FORendererDummy
The Dummy FO Renderer doesn't render anything, it just outputs the fo document to the OutputStream.
HyperlinkWriter  
LayoutMasterSetBuilder
A description of how this stuff works can be found at /docs/headers_footers.docx Its not possible to let FOP set the height (@extent) of the header and footer regions automatically: http://apache-fop.1065347.n5.nabble.com/Auto-size-header-to-fit-with-content-td4455.html So we need to set the height (@extent) of the header and footer regions explicitly.
PdfConversion Deprecated. 
PdfSettings Deprecated. 
PlaceholderReplacementHandler  
PlaceholderReplacementHandler.PlaceholderLookup  
SymbolWriter  
TableWriter  
XSLFOExporterNonXSLT Deprecated. 
XsltFOFunctions
This class contains static functions that are specific to the FO xsl-transformation and are called from docx2fo.xslt.