Package org.docx4j.convert.out.html
Class HTMLExporterVisitorDelegate
java.lang.Object
org.docx4j.convert.out.common.AbstractExporterDelegate<CS,CC>
org.docx4j.convert.out.common.AbstractVisitorExporterDelegate<HTMLSettings,HTMLConversionContext>
org.docx4j.convert.out.html.HTMLExporterVisitorDelegate
public class HTMLExporterVisitorDelegate
extends AbstractVisitorExporterDelegate<HTMLSettings,HTMLConversionContext>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.docx4j.convert.out.common.AbstractVisitorExporterDelegate
AbstractVisitorExporterDelegate.AbstractVisitorExporterGeneratorFactory<CC extends AbstractWmlConversionContext> -
Field Summary
Fields inherited from class org.docx4j.convert.out.common.AbstractVisitorExporterDelegate
generatorFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendDocumentFooter(HTMLConversionContext conversionContext, Document document, Element documentRoot) protected voidappendDocumentHeader(HTMLConversionContext conversionContext, Document document, Element documentRoot) protected voidappendFootnotesEndnotes(HTMLConversionContext conversionContext, Document document, Element documentRoot, String string, Part part, List<CTFtnEdn> ftnEdnList) protected voidappendPartContent(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent, String className, Part part, List<Object> content) protected voidappendSectionFooter(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) protected voidappendSectionHeader(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) protected ElementcreateDocumentBody(HTMLConversionContext conversionContext, Document document, Element documentRoot) protected ElementcreateDocumentRoot(HTMLConversionContext conversionContext, Document document) protected ElementcreateSectionBody(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) protected ElementcreateSectionRoot(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) Methods inherited from class org.docx4j.convert.out.common.AbstractVisitorExporterDelegate
appendPartContent, generateBodyContent, process, writeDocument
-
Constructor Details
-
HTMLExporterVisitorDelegate
protected HTMLExporterVisitorDelegate()
-
-
Method Details
-
createDocumentRoot
protected Element createDocumentRoot(HTMLConversionContext conversionContext, Document document) throws Docx4JException - Specified by:
createDocumentRootin classAbstractVisitorExporterDelegate<HTMLSettings,HTMLConversionContext> - Throws:
Docx4JException
-
appendDocumentHeader
protected void appendDocumentHeader(HTMLConversionContext conversionContext, Document document, Element documentRoot) throws Docx4JException - Overrides:
appendDocumentHeaderin classAbstractVisitorExporterDelegate<HTMLSettings,HTMLConversionContext> - Throws:
Docx4JException
-
createDocumentBody
protected Element createDocumentBody(HTMLConversionContext conversionContext, Document document, Element documentRoot) - Overrides:
createDocumentBodyin classAbstractVisitorExporterDelegate<HTMLSettings,HTMLConversionContext>
-
createSectionRoot
protected Element createSectionRoot(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) throws Docx4JException - Overrides:
createSectionRootin classAbstractVisitorExporterDelegate<HTMLSettings,HTMLConversionContext> - Throws:
Docx4JException
-
appendSectionHeader
protected void appendSectionHeader(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) throws Docx4JException - Overrides:
appendSectionHeaderin classAbstractVisitorExporterDelegate<HTMLSettings,HTMLConversionContext> - Throws:
Docx4JException
-
createSectionBody
protected Element createSectionBody(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) throws Docx4JException - Overrides:
createSectionBodyin classAbstractVisitorExporterDelegate<HTMLSettings,HTMLConversionContext> - Throws:
Docx4JException
-
appendPartContent
protected void appendPartContent(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent, String className, Part part, List<Object> content) throws Docx4JException - Throws:
Docx4JException
-
appendFootnotesEndnotes
-