| 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 java.util.List<ConversionSectionWrapper> |
ConversionSectionWrappers.conversionSections |
| Modifier and Type | Method and Description |
|---|---|
ConversionSectionWrapper |
ConversionSectionWrappers.getCurrentSection() |
ConversionSectionWrapper |
ConversionSectionWrappers.peekNextSection() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConversionSectionWrapper> |
ConversionSectionWrappers.getList() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractVisitorExporterDelegate.appendSectionFooter(CC conversionContext,
org.w3c.dom.Document document,
ConversionSectionWrapper sectionWrapper,
org.w3c.dom.Element currentParent) |
protected void |
AbstractVisitorExporterDelegate.appendSectionHeader(CC conversionContext,
org.w3c.dom.Document document,
ConversionSectionWrapper sectionWrapper,
org.w3c.dom.Element currentParent) |
protected org.w3c.dom.Element |
AbstractVisitorExporterDelegate.createSectionBody(CC conversionContext,
org.w3c.dom.Document document,
ConversionSectionWrapper sectionWrapper,
org.w3c.dom.Element currentParent) |
protected org.w3c.dom.Element |
AbstractVisitorExporterDelegate.createSectionRoot(CC conversionContext,
org.w3c.dom.Document document,
ConversionSectionWrapper sectionWrapper,
org.w3c.dom.Element currentParent) |
| Constructor and Description |
|---|
ConversionSectionWrappers(java.util.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,
java.util.List<java.lang.Object> content,
boolean dummyPageNumbering) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HTMLExporterVisitorDelegate.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 void |
HTMLExporterVisitorDelegate.appendSectionFooter(HTMLConversionContext conversionContext,
org.w3c.dom.Document document,
ConversionSectionWrapper sectionWrapper,
org.w3c.dom.Element currentParent) |
protected void |
HTMLExporterVisitorDelegate.appendSectionHeader(HTMLConversionContext conversionContext,
org.w3c.dom.Document document,
ConversionSectionWrapper sectionWrapper,
org.w3c.dom.Element currentParent) |
protected org.w3c.dom.Element |
HTMLExporterVisitorDelegate.createSectionBody(HTMLConversionContext conversionContext,
org.w3c.dom.Document document,
ConversionSectionWrapper sectionWrapper,
org.w3c.dom.Element currentParent) |
protected org.w3c.dom.Element |
HTMLExporterVisitorDelegate.createSectionRoot(HTMLConversionContext conversionContext,
org.w3c.dom.Document document,
ConversionSectionWrapper sectionWrapper,
org.w3c.dom.Element currentParent) |
Copyright © 2007–2023. All rights reserved.