Package org.docx4j.convert.out
Class Documents4jConversionSettings
java.lang.Object
org.docx4j.convert.out.AbstractConversionSettings
org.docx4j.convert.out.Documents4jConversionSettings
public class Documents4jConversionSettings extends AbstractConversionSettings
Mechanism by which the docx or xlsx package is passed to the converter.
Currently used whether local or remote documents4j.
- Author:
- jharrop
-
Field Summary
Fields inherited from class org.docx4j.convert.out.AbstractConversionSettings
CUSTOM_XSLT_TEMPLATES, features, HYPERLINK_HANDLER, IMAGE_DIR_PATH, IMAGE_HANDLER, IMAGE_INCLUDE_UUID, OPC_PACKAGE, settings -
Constructor Summary
Constructors Constructor Description Documents4jConversionSettings() -
Method Summary
Methods inherited from class org.docx4j.convert.out.AbstractConversionSettings
addFeatures, getCustomXsltTemplates, getFeatures, getHyperlinkHandler, getImageDirPath, getImageHandler, getOpcPackage, getSettings, isImageIncludeUUID, setCustomXsltTemplates, setHyperlinkHandler, setImageDirPath, setImageHandler, setImageIncludeUUID, setOpcPackage, setWmlPackage
-
Constructor Details
-
Documents4jConversionSettings
public Documents4jConversionSettings()
-