Uses of Class
org.docx4j.convert.out.common.ConversionSectionWrapper
| Package | Description |
|---|---|
| org.docx4j.convert.out.common | |
| org.docx4j.convert.out.common.preprocess | |
| org.docx4j.convert.out.common.wrappers | |
| org.docx4j.convert.out.html |
-
Uses of ConversionSectionWrapper in org.docx4j.convert.out.common
Fields in org.docx4j.convert.out.common declared as ConversionSectionWrapper Modifier and Type Field Description protected ConversionSectionWrapperConversionSectionWrappers. currentSectionFields in org.docx4j.convert.out.common with type parameters of type ConversionSectionWrapper Modifier and Type Field Description protected java.util.List<ConversionSectionWrapper>ConversionSectionWrappers. conversionSectionsMethods in org.docx4j.convert.out.common that return ConversionSectionWrapper Modifier and Type Method Description ConversionSectionWrapperConversionSectionWrappers. getCurrentSection()ConversionSectionWrapperConversionSectionWrappers. peekNextSection()Methods in org.docx4j.convert.out.common that return types with arguments of type ConversionSectionWrapper Modifier and Type Method Description java.util.List<ConversionSectionWrapper>ConversionSectionWrappers. getList()Methods in org.docx4j.convert.out.common with parameters of type ConversionSectionWrapper Modifier and Type Method Description protected voidAbstractVisitorExporterDelegate. appendSectionFooter(CC conversionContext, org.w3c.dom.Document document, ConversionSectionWrapper sectionWrapper, org.w3c.dom.Element currentParent)protected voidAbstractVisitorExporterDelegate. appendSectionHeader(CC conversionContext, org.w3c.dom.Document document, ConversionSectionWrapper sectionWrapper, org.w3c.dom.Element currentParent)protected org.w3c.dom.ElementAbstractVisitorExporterDelegate. createSectionBody(CC conversionContext, org.w3c.dom.Document document, ConversionSectionWrapper sectionWrapper, org.w3c.dom.Element currentParent)protected org.w3c.dom.ElementAbstractVisitorExporterDelegate. createSectionRoot(CC conversionContext, org.w3c.dom.Document document, ConversionSectionWrapper sectionWrapper, org.w3c.dom.Element currentParent)Constructor parameters in org.docx4j.convert.out.common with type arguments of type ConversionSectionWrapper Constructor Description ConversionSectionWrappers(java.util.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 ConversionSectionWrapper Modifier and Type Method Description static 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 ConversionSectionWrapper Modifier and Type Method Description protected static ConversionSectionWrapperConversionSectionWrapperFactory. createSectionWrapper(SectPr sectPr, HeaderFooterPolicy headerFooterPolicy, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, int conversionSectionIndex, java.util.List<java.lang.Object> content, boolean dummyPageNumbering)Methods in org.docx4j.convert.out.common.wrappers that return types with arguments of type ConversionSectionWrapper Modifier and Type Method Description protected static java.util.List<ConversionSectionWrapper>ConversionSectionWrapperFactory. processComplete(WordprocessingMLPackage wmlPackage, Document document, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, boolean dummyPageNumbering)protected static java.util.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 ConversionSectionWrapper Modifier and Type Method Description protected voidHTMLExporterVisitorDelegate. appendPartContent(HTMLConversionContext conversionContext, org.w3c.dom.Document document, ConversionSectionWrapper sectionWrapper, org.w3c.dom.Element currentParent, java.lang.String className, Part part, java.util.List<java.lang.Object> content)protected voidHTMLExporterVisitorDelegate. appendSectionFooter(HTMLConversionContext conversionContext, org.w3c.dom.Document document, ConversionSectionWrapper sectionWrapper, org.w3c.dom.Element currentParent)protected voidHTMLExporterVisitorDelegate. appendSectionHeader(HTMLConversionContext conversionContext, org.w3c.dom.Document document, ConversionSectionWrapper sectionWrapper, org.w3c.dom.Element currentParent)protected org.w3c.dom.ElementHTMLExporterVisitorDelegate. createSectionBody(HTMLConversionContext conversionContext, org.w3c.dom.Document document, ConversionSectionWrapper sectionWrapper, org.w3c.dom.Element currentParent)protected org.w3c.dom.ElementHTMLExporterVisitorDelegate. createSectionRoot(HTMLConversionContext conversionContext, org.w3c.dom.Document document, ConversionSectionWrapper sectionWrapper, org.w3c.dom.Element currentParent)