Uses of Class
org.docx4j.convert.out.common.ConversionSectionWrappers
Packages that use ConversionSectionWrappers
Package
Description
-
Uses of ConversionSectionWrappers in org.docx4j.convert.out.common
Fields in org.docx4j.convert.out.common declared as ConversionSectionWrappersModifier and TypeFieldDescriptionprotected ConversionSectionWrappersAbstractWmlConversionContext.conversionSectionWrappersMethods in org.docx4j.convert.out.common that return ConversionSectionWrappersModifier and TypeMethodDescriptionprotected abstract ConversionSectionWrappersAbstractExporter.createWrappers(CS conversionSettings, PK preprocessedPackage) protected ConversionSectionWrappersAbstractWmlExporter.createWrappers(CS conversionSettings, WordprocessingMLPackage preprocessedPackage) AbstractWmlConversionContext.getSections()static ConversionSectionWrappersCreateWrappers.process(WordprocessingMLPackage wmlPackage, Set<String> features) This method creates the Sections for the conversion.Methods in org.docx4j.convert.out.common with parameters of type ConversionSectionWrappersModifier and TypeMethodDescriptionprotected abstract CCAbstractExporter.createContext(CS conversionSettings, PK preprocessedPackage, ConversionSectionWrappers sectionWrappers) Constructors in org.docx4j.convert.out.common with parameters of type ConversionSectionWrappersModifierConstructorDescriptionprotectedAbstractWmlConversionContext(AbstractWriterRegistry writerRegistry, AbstractMessageWriter messageWriter, AbstractConversionSettings conversionSettings, WordprocessingMLPackage wmlPackage, ConversionSectionWrappers conversionSectionWrappers, RunFontSelector runFontSelector) -
Uses of ConversionSectionWrappers in org.docx4j.convert.out.common.wrappers
Methods in org.docx4j.convert.out.common.wrappers that return ConversionSectionWrappersModifier and TypeMethodDescriptionstatic ConversionSectionWrappersConversionSectionWrapperFactory.process(WordprocessingMLPackage wmlPackage, boolean dummySections, boolean dummyPageNumbering) -
Uses of ConversionSectionWrappers in org.docx4j.convert.out.html
Methods in org.docx4j.convert.out.html with parameters of type ConversionSectionWrappersModifier and TypeMethodDescriptionprotected HTMLConversionContextAbstractHTMLExporter3.createContext(HTMLSettings conversionSettings, WordprocessingMLPackage preprocessedPackage, ConversionSectionWrappers sectionWrappers) Constructors in org.docx4j.convert.out.html with parameters of type ConversionSectionWrappersModifierConstructorDescriptionHTMLConversionContext(AbstractWriterRegistry writerRegistry, HTMLSettings settings, WordprocessingMLPackage preprocessedPackage, ConversionSectionWrappers conversionSectionWrappers) HTMLConversionContext using a customised WriterRegistryHTMLConversionContext(HTMLSettings settings, WordprocessingMLPackage preprocessedPackage, ConversionSectionWrappers conversionSectionWrappers) HTMLConversionContext used by default