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