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.private static DocumentFragmentXsltHTMLFunctions.createBlock(HTMLConversionContext context, NodeIterator pPrNodeIt, String pStyleVal, NodeIterator childResults, String htmlElementName) static DocumentFragmentXsltHTMLFunctions.createBlockForPPr(HTMLConversionContext context, NodeIterator pPrNodeIt, String pStyleVal, NodeIterator childResults) static DocumentFragmentXsltHTMLFunctions.createBlockForRPr(HTMLConversionContext context, String pStyleVal, NodeIterator rPrNodeIt, NodeIterator childResults) private static DocumentFragmentXsltHTMLFunctions.createBlockForSdt(HTMLConversionContext context, NodeIterator pPrNodeIt, String pStyleVal, NodeIterator childResults, String tag) 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, NodeIterator pPrNodeIt, String pStyleVal, NodeIterator childResults) private static ElementXsltHTMLFunctions.createScriptElement(HTMLConversionContext conversionContext, Document document, StringBuilder buffer) protected ElementHTMLExporterVisitorDelegate.createSectionBody(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) protected ElementHTMLExporterVisitorDelegate.createSectionRoot(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) private static ElementXsltHTMLFunctions.createStyleElement(HTMLConversionContext conversionContext, Document document, StringBuilder buffer) static StringXsltHTMLFunctions.getCssForStyles(HTMLConversionContext context) private static StringXsltHTMLFunctions.getCssForTableCells(HTMLConversionContext context, Tbl tbl, int idx) static StringXsltHTMLFunctions.getCssForTableCells(HTMLConversionContext context, NodeIterator tables) static StringXsltHTMLFunctions.getNumberXmlNode(HTMLConversionContext context, 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) private static voidXsltHTMLFunctions.setSpanAttr(HTMLConversionContext context, String defaultCharacterStyleId, StyleTree styleTree, RPr rPr, Element span) static NodeSdtWriter.toNode(HTMLConversionContext context, NodeIterator sdtPrNodeIt, NodeIterator childResults) static NodeXsltHTMLFunctions.toSdtNode(HTMLConversionContext context, NodeIterator sdtPrNodeIt, NodeIterator childResults) Constructors in org.docx4j.convert.out.html with parameters of type HTMLConversionContextModifierConstructorDescriptionprivateHTMLExporterVisitorGenerator(HTMLConversionContext conversionContext, Document document, Node parentNode) 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