Uses of Class
org.docx4j.convert.out.common.ConversionSectionWrapper
Packages that use ConversionSectionWrapper
Package
Description
-
Uses of ConversionSectionWrapper in org.docx4j.convert.out.common
Fields in org.docx4j.convert.out.common declared as ConversionSectionWrapperModifier and TypeFieldDescriptionprotected ConversionSectionWrapperConversionSectionWrappers.currentSectionFields in org.docx4j.convert.out.common with type parameters of type ConversionSectionWrapperModifier and TypeFieldDescriptionprotected List<ConversionSectionWrapper>ConversionSectionWrappers.conversionSectionsMethods in org.docx4j.convert.out.common that return ConversionSectionWrapperModifier and TypeMethodDescriptionConversionSectionWrappers.getCurrentSection()ConversionSectionWrappers.peekNextSection()Methods in org.docx4j.convert.out.common that return types with arguments of type ConversionSectionWrapperMethods in org.docx4j.convert.out.common with parameters of type ConversionSectionWrapperModifier and TypeMethodDescriptionprotected voidAbstractVisitorExporterDelegate.appendSectionFooter(CC conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) protected voidAbstractVisitorExporterDelegate.appendSectionHeader(CC conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) protected ElementAbstractVisitorExporterDelegate.createSectionBody(CC conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) protected ElementAbstractVisitorExporterDelegate.createSectionRoot(CC conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) Constructor parameters in org.docx4j.convert.out.common with type arguments of type ConversionSectionWrapperModifierConstructorDescriptionConversionSectionWrappers(List<ConversionSectionWrapper> conversionSections) -
Uses of ConversionSectionWrapper in org.docx4j.convert.out.common.preprocess
Methods in org.docx4j.convert.out.common.preprocess with parameters of type ConversionSectionWrapperModifier and TypeMethodDescriptionstatic PageNumberInformationPageNumberInformationCollector.process(ConversionSectionWrapper sectionWrapper, boolean dummyPageNumbering) -
Uses of ConversionSectionWrapper in org.docx4j.convert.out.common.wrappers
Methods in org.docx4j.convert.out.common.wrappers that return ConversionSectionWrapperModifier and TypeMethodDescriptionprotected static ConversionSectionWrapperConversionSectionWrapperFactory.createSectionWrapper(SectPr sectPr, HeaderFooterPolicy headerFooterPolicy, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, int conversionSectionIndex, List<Object> content, boolean dummyPageNumbering) Methods in org.docx4j.convert.out.common.wrappers that return types with arguments of type ConversionSectionWrapperModifier and TypeMethodDescriptionprotected static List<ConversionSectionWrapper>ConversionSectionWrapperFactory.processComplete(WordprocessingMLPackage wmlPackage, Document document, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, boolean dummyPageNumbering) protected static List<ConversionSectionWrapper>ConversionSectionWrapperFactory.processDummy(WordprocessingMLPackage wmlPackage, Document document, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, boolean dummyPageNumbering) The dummy section wrappers only contains one section with all the document. -
Uses of ConversionSectionWrapper in org.docx4j.convert.out.html
Methods in org.docx4j.convert.out.html with parameters of type ConversionSectionWrapperModifier and TypeMethodDescriptionprotected voidHTMLExporterVisitorDelegate.appendPartContent(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent, String className, Part part, List<Object> content) protected voidHTMLExporterVisitorDelegate.appendSectionFooter(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) protected voidHTMLExporterVisitorDelegate.appendSectionHeader(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) protected ElementHTMLExporterVisitorDelegate.createSectionBody(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent) protected ElementHTMLExporterVisitorDelegate.createSectionRoot(HTMLConversionContext conversionContext, Document document, ConversionSectionWrapper sectionWrapper, Element currentParent)