Uses of Class
org.docx4j.convert.out.common.ConversionSectionWrappers
| Package | Description |
|---|---|
| org.docx4j.convert.out.common | |
| org.docx4j.convert.out.common.wrappers | |
| org.docx4j.convert.out.html |
-
Uses of ConversionSectionWrappers in org.docx4j.convert.out.common
Fields in org.docx4j.convert.out.common declared as ConversionSectionWrappers Modifier and Type Field Description protected ConversionSectionWrappersAbstractWmlConversionContext. conversionSectionWrappersMethods in org.docx4j.convert.out.common that return ConversionSectionWrappers Modifier and Type Method Description protected abstract ConversionSectionWrappersAbstractExporter. createWrappers(CS conversionSettings, PK preprocessedPackage)protected ConversionSectionWrappersAbstractWmlExporter. createWrappers(CS conversionSettings, WordprocessingMLPackage preprocessedPackage)ConversionSectionWrappersAbstractWmlConversionContext. getSections()static ConversionSectionWrappersCreateWrappers. process(WordprocessingMLPackage wmlPackage, java.util.Set<java.lang.String> features)This method creates the Sections for the conversion.Methods in org.docx4j.convert.out.common with parameters of type ConversionSectionWrappers Modifier and Type Method Description protected abstract CCAbstractExporter. createContext(CS conversionSettings, PK preprocessedPackage, ConversionSectionWrappers sectionWrappers)Constructors in org.docx4j.convert.out.common with parameters of type ConversionSectionWrappers Constructor Description AbstractWmlConversionContext(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 ConversionSectionWrappers Modifier and Type Method Description static 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 ConversionSectionWrappers Modifier and Type Method Description protected HTMLConversionContextAbstractHTMLExporter3. createContext(HTMLSettings conversionSettings, WordprocessingMLPackage preprocessedPackage, ConversionSectionWrappers sectionWrappers)Constructors in org.docx4j.convert.out.html with parameters of type ConversionSectionWrappers Constructor Description HTMLConversionContext(AbstractWriterRegistry writerRegistry, HTMLSettings settings, WordprocessingMLPackage preprocessedPackage, ConversionSectionWrappers conversionSectionWrappers)HTMLConversionContext using a customised WriterRegistryHTMLConversionContext(HTMLSettings settings, WordprocessingMLPackage preprocessedPackage, ConversionSectionWrappers conversionSectionWrappers)HTMLConversionContext used by default