Uses of Enum
org.docx4j.openpackaging.packages.Filetype
Packages that use Filetype
-
Uses of Filetype in org.docx4j
Methods in org.docx4j with parameters of type FiletypeModifier and TypeMethodDescriptionstatic OpcPackageLoad a docx/pptx/xlsx from a File, where you know in advance what type (zip, compound, flat opc) it is. -
Uses of Filetype in org.docx4j.openpackaging.packages
Methods in org.docx4j.openpackaging.packages that return FiletypeModifier and TypeMethodDescriptionstatic FiletypeReturns the enum constant of this type with the specified name.static Filetype[]Filetype.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.openpackaging.packages with parameters of type FiletypeModifier and TypeMethodDescriptionstatic OpcPackageconvenience method to load from a file, where you know the Filetype (if it is Filetype.ZippedPackage, ZipFile will be used instead of ZipArchiveInputStream)static OpcPackageconvenience method to load from a file, where you know the Filetype (if it is Filetype.ZippedPackage, ZipFile will be used instead of ZipArchiveInputStream)static OpcPackageOpcPackage.load(InputStream is, Filetype type) convenience method to load a word2007 document from an existing inputstream (.docx/.docxm, .ppxtx or Flat OPC .xml).static OpcPackageOpcPackage.load(InputStream is, Filetype type, String password) convenience method to load a word2007 document from an existing inputstream (.docx/.docxm, .ppxtx or Flat OPC .xml).