Package org.docx4j.convert.out
Class MicrosoftGraphConversionSettings
java.lang.Object
org.docx4j.convert.out.AbstractConversionSettings
org.docx4j.convert.out.MicrosoftGraphConversionSettings
public class MicrosoftGraphConversionSettings extends AbstractConversionSettings
Mechanism by which docx, pptx or xlsx package is passed to the converter.
- 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 MicrosoftGraphConversionSettings() -
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, setWmlPackageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MicrosoftGraphConversionSettings
public MicrosoftGraphConversionSettings()
-