Uses of Class
org.docx4j.convert.out.html.HTMLConversionContext
Packages that use HTMLConversionContext
-
Uses of HTMLConversionContext in org.docx4j.convert.out.html
Fields in org.docx4j.convert.out.html with type parameters of type HTMLConversionContextModifier and TypeFieldDescriptionstatic final AbstractVisitorExporterDelegate.AbstractVisitorExporterGeneratorFactory<HTMLConversionContext>HTMLExporterVisitorGenerator.GENERATOR_FACTORYMethods in org.docx4j.convert.out.html that return HTMLConversionContextModifier and TypeMethodDescriptionprotected HTMLConversionContextAbstractHTMLExporter3.createContext(HTMLSettings conversionSettings, WordprocessingMLPackage preprocessedPackage, ConversionSectionWrappers sectionWrappers) Methods in org.docx4j.convert.out.html that return types with arguments of type HTMLConversionContextModifier and TypeMethodDescriptionprotected AbstractVisitorExporterDelegate.AbstractVisitorExporterGeneratorFactory<HTMLConversionContext>HTMLExporterVisitorGenerator.getFactory()Methods in org.docx4j.convert.out.html with parameters of type HTMLConversionContextModifier and TypeMethodDescriptionprotected voidHTMLExporterVisitorDelegate.appendDocumentFooter(HTMLConversionContext conversionContext, Document document, Element documentRoot) protected voidHTMLExporterVisitorDelegate.appendDocumentHeader(HTMLConversionContext conversionContext, Document document, Element documentRoot) protected voidHTMLExporterVisitorDelegate.appendFootnotesEndnotes(HTMLConversionContext conversionContext, Document document, Element documentRoot, String string, Part part, List<CTFtnEdn> ftnEdnList) static DocumentFragmentXsltHTMLFunctions.appendHeadElement(HTMLConversionContext conversionContext) protected voidHTMLExporterVisitorDelegate.appendPartContent(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent, String className, Part part, List<Object> content) static DocumentFragmentXsltHTMLFunctions.appendScriptElement(HTMLConversionContext conversionContext) A customised XSLT might just want the <script> element, because it customises the rest of the element.protected voidHTMLExporterVisitorDelegate.appendSectionFooter(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) protected voidHTMLExporterVisitorDelegate.appendSectionHeader(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) static DocumentFragmentXsltHTMLFunctions.appendStyleElement(HTMLConversionContext conversionContext) A customised XSLT might just want the element, because it customises the rest of the element.static DocumentFragmentXsltHTMLFunctions.createBlockForPPr(HTMLConversionContext context, org.w3c.dom.traversal.NodeIterator pPrNodeIt, String pStyleVal, org.w3c.dom.traversal.NodeIterator childResults) static DocumentFragmentXsltHTMLFunctions.createBlockForRPr(HTMLConversionContext context, String pStyleVal, org.w3c.dom.traversal.NodeIterator rPrNodeIt, org.w3c.dom.traversal.NodeIterator childResults) protected ElementHTMLExporterVisitorDelegate.createDocumentBody(HTMLConversionContext conversionContext, Document document, Element documentRoot) protected ElementHTMLExporterVisitorDelegate.createDocumentRoot(HTMLConversionContext conversionContext, Document document) protected DocumentFragmentHTMLExporterVisitorGenerator.createImage(int imgType, HTMLConversionContext conversionContext, Object anchorOrInline) static DocumentFragmentXsltHTMLFunctions.createListItemBlockForPPr(HTMLConversionContext context, org.w3c.dom.traversal.NodeIterator pPrNodeIt, String pStyleVal, org.w3c.dom.traversal.NodeIterator childResults) protected ElementHTMLExporterVisitorDelegate.createSectionBody(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) protected ElementHTMLExporterVisitorDelegate.createSectionRoot(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) static StringXsltHTMLFunctions.getCssForStyles(HTMLConversionContext context) static StringXsltHTMLFunctions.getCssForTableCells(HTMLConversionContext context, org.w3c.dom.traversal.NodeIterator tables) static StringXsltHTMLFunctions.getNumberXmlNode(HTMLConversionContext context, org.w3c.dom.traversal.NodeIterator pPrNodeIt, String pStyleVal, String numId, String levelId) The method used by the XSLT extension function during HTML export.protected DocumentHTMLExporterXslt.HTMLExporterXsltDelegate.getSourceDocument(HTMLSettings conversionSettings, HTMLConversionContext conversionContext) protected ElementHTMLExporterVisitorGenerator.handlePPr(HTMLConversionContext conversionContext, PPr pPrDirect, boolean sdt, Element currentParent) protected voidHTMLExporterVisitorGenerator.handleRPr(HTMLConversionContext conversionContext, PPr pPrDirect, RPr rPrDirect, Element currentParent) voidHTMLExporterXslt.HTMLExporterXsltDelegate.process(HTMLSettings conversionSettings, HTMLConversionContext conversionContext, OutputStream outputStream) static NodeSdtWriter.toNode(HTMLConversionContext context, org.w3c.dom.traversal.NodeIterator sdtPrNodeIt, org.w3c.dom.traversal.NodeIterator childResults) static NodeXsltHTMLFunctions.toSdtNode(HTMLConversionContext context, org.w3c.dom.traversal.NodeIterator sdtPrNodeIt, org.w3c.dom.traversal.NodeIterator childResults) Constructor parameters in org.docx4j.convert.out.html with type arguments of type HTMLConversionContextModifierConstructorDescriptionprotectedAbstractHTMLExporter3(AbstractExporterDelegate<HTMLSettings, HTMLConversionContext> exporterDelegate) usual use caseprotectedAbstractHTMLExporter3(AbstractExporterDelegate<HTMLSettings, HTMLConversionContext> exporterDelegate, AbstractWriterRegistry writerRegistry) using a customised WriterRegistry