Package | Description |
---|---|
org.docx4j.convert.out.common | |
org.docx4j.convert.out.common.wrappers | |
org.docx4j.convert.out.html |
Modifier and Type | Field and Description |
---|---|
protected ConversionSectionWrappers |
AbstractWmlConversionContext.conversionSectionWrappers |
Modifier and Type | Method and Description |
---|---|
protected abstract ConversionSectionWrappers |
AbstractExporter.createWrappers(CS conversionSettings,
PK preprocessedPackage) |
protected ConversionSectionWrappers |
AbstractWmlExporter.createWrappers(CS conversionSettings,
WordprocessingMLPackage preprocessedPackage) |
ConversionSectionWrappers |
AbstractWmlConversionContext.getSections() |
static ConversionSectionWrappers |
CreateWrappers.process(WordprocessingMLPackage wmlPackage,
Set<String> features)
This method creates the Sections for the conversion.
|
Modifier and Type | Method and Description |
---|---|
protected abstract CC |
AbstractExporter.createContext(CS conversionSettings,
PK preprocessedPackage,
ConversionSectionWrappers sectionWrappers) |
Constructor and Description |
---|
AbstractWmlConversionContext(AbstractWriterRegistry writerRegistry,
AbstractMessageWriter messageWriter,
AbstractConversionSettings conversionSettings,
WordprocessingMLPackage wmlPackage,
ConversionSectionWrappers conversionSectionWrappers,
RunFontSelector runFontSelector) |
Modifier and Type | Method and Description |
---|---|
static ConversionSectionWrappers |
ConversionSectionWrapperFactory.process(WordprocessingMLPackage wmlPackage,
boolean dummySections,
boolean dummyPageNumbering) |
Modifier and Type | Method and Description |
---|---|
protected HTMLConversionContext |
AbstractHTMLExporter3.createContext(HTMLSettings conversionSettings,
WordprocessingMLPackage preprocessedPackage,
ConversionSectionWrappers sectionWrappers) |
Constructor and Description |
---|
HTMLConversionContext(AbstractWriterRegistry writerRegistry,
HTMLSettings settings,
WordprocessingMLPackage preprocessedPackage,
ConversionSectionWrappers conversionSectionWrappers)
HTMLConversionContext using a customised WriterRegistry
|
HTMLConversionContext(HTMLSettings settings,
WordprocessingMLPackage preprocessedPackage,
ConversionSectionWrappers conversionSectionWrappers)
HTMLConversionContext used by default
|
Copyright © 2007-2019. All Rights Reserved.