| Package | Description |
|---|---|
| org.docx4j.convert.out.common | |
| org.docx4j.convert.out.common.preprocess | |
| org.docx4j.convert.out.common.wrappers | |
| org.docx4j.convert.out.html |
| Modifier and Type | Field and Description |
|---|---|
protected ConversionSectionWrapper |
ConversionSectionWrappers.currentSection |
| Modifier and Type | Field and Description |
|---|---|
protected List<ConversionSectionWrapper> |
ConversionSectionWrappers.conversionSections |
| Modifier and Type | Method and Description |
|---|---|
ConversionSectionWrapper |
ConversionSectionWrappers.getCurrentSection() |
ConversionSectionWrapper |
ConversionSectionWrappers.peekNextSection() |
| Modifier and Type | Method and Description |
|---|---|
List<ConversionSectionWrapper> |
ConversionSectionWrappers.getList() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractVisitorExporterDelegate.appendSectionFooter(CC conversionContext,
Document document,
ConversionSectionWrapper sectionWrapper,
Element currentParent) |
protected void |
AbstractVisitorExporterDelegate.appendSectionHeader(CC conversionContext,
Document document,
ConversionSectionWrapper sectionWrapper,
Element currentParent) |
protected Element |
AbstractVisitorExporterDelegate.createSectionBody(CC conversionContext,
Document document,
ConversionSectionWrapper sectionWrapper,
Element currentParent) |
protected Element |
AbstractVisitorExporterDelegate.createSectionRoot(CC conversionContext,
Document document,
ConversionSectionWrapper sectionWrapper,
Element currentParent) |
| Constructor and Description |
|---|
ConversionSectionWrappers(List<ConversionSectionWrapper> conversionSections) |
| Modifier and Type | Method and Description |
|---|---|
static PageNumberInformation |
PageNumberInformationCollector.process(ConversionSectionWrapper sectionWrapper,
boolean dummyPageNumbering) |
| Modifier and Type | Method and Description |
|---|---|
protected static ConversionSectionWrapper |
ConversionSectionWrapperFactory.createSectionWrapper(SectPr sectPr,
HeaderFooterPolicy headerFooterPolicy,
RelationshipsPart rels,
BooleanDefaultTrue evenAndOddHeaders,
int conversionSectionIndex,
List<Object> content,
boolean dummyPageNumbering) |
| Modifier and Type | Method and Description |
|---|---|
protected 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HTMLExporterVisitorDelegate.appendPartContent(HTMLConversionContext conversionContext,
Document document,
ConversionSectionWrapper sectionWrapper,
Element currentParent,
String className,
Part part,
List<Object> content) |
protected void |
HTMLExporterVisitorDelegate.appendSectionFooter(HTMLConversionContext conversionContext,
Document document,
ConversionSectionWrapper sectionWrapper,
Element currentParent) |
protected void |
HTMLExporterVisitorDelegate.appendSectionHeader(HTMLConversionContext conversionContext,
Document document,
ConversionSectionWrapper sectionWrapper,
Element currentParent) |
protected Element |
HTMLExporterVisitorDelegate.createSectionBody(HTMLConversionContext conversionContext,
Document document,
ConversionSectionWrapper sectionWrapper,
Element currentParent) |
protected Element |
HTMLExporterVisitorDelegate.createSectionRoot(HTMLConversionContext conversionContext,
Document document,
ConversionSectionWrapper sectionWrapper,
Element currentParent) |
Copyright © 2007-2022. All Rights Reserved.