public class FOExporterVisitorDelegate extends AbstractVisitorExporterDelegate<FOSettings,FOConversionContext>
AbstractVisitorExporterDelegate.AbstractVisitorExporterGeneratorFactory<CC extends AbstractWmlConversionContext>generatorFactory| Modifier | Constructor and Description |
|---|---|
protected |
FOExporterVisitorDelegate() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendDocumentHeader(FOConversionContext conversionContext,
Document document,
Element documentRoot) |
protected void |
appendPartContent(FOConversionContext conversionContext,
Document document,
Element currentParent,
String name,
Part part,
List<Object> content) |
protected void |
appendSectionHeader(FOConversionContext conversionContext,
Document document,
ConversionSectionWrapper sectionWrapper,
Element currentParent) |
protected Element |
createDocumentRoot(FOConversionContext conversionContext,
Document document) |
protected Element |
createSectionBody(FOConversionContext conversionContext,
Document document,
ConversionSectionWrapper sectionWrapper,
Element currentParent) |
protected Element |
createSectionRoot(FOConversionContext conversionContext,
Document document,
ConversionSectionWrapper sectionWrapper,
Element currentParent) |
appendDocumentFooter, appendPartContent, appendSectionFooter, createDocumentBody, generateBodyContent, process, writeDocumentprotected Element createDocumentRoot(FOConversionContext conversionContext, Document document) throws Docx4JException
createDocumentRoot in class AbstractVisitorExporterDelegate<FOSettings,FOConversionContext>Docx4JExceptionprotected void appendDocumentHeader(FOConversionContext conversionContext, Document document, Element documentRoot) throws Docx4JException
appendDocumentHeader in class AbstractVisitorExporterDelegate<FOSettings,FOConversionContext>Docx4JExceptionprotected Element createSectionRoot(FOConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) throws Docx4JException
createSectionRoot in class AbstractVisitorExporterDelegate<FOSettings,FOConversionContext>Docx4JExceptionprotected void appendSectionHeader(FOConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) throws Docx4JException
appendSectionHeader in class AbstractVisitorExporterDelegate<FOSettings,FOConversionContext>Docx4JExceptionprotected void appendPartContent(FOConversionContext conversionContext, Document document, Element currentParent, String name, Part part, List<Object> content) throws Docx4JException
Docx4JExceptionprotected Element createSectionBody(FOConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) throws Docx4JException
createSectionBody in class AbstractVisitorExporterDelegate<FOSettings,FOConversionContext>Docx4JExceptionCopyright © 2007-2021. All Rights Reserved.