| Package | Description |
|---|---|
| org.docx4j.openpackaging.packages |
| Modifier and Type | Method and Description |
|---|---|
static Filetype |
Filetype.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
static OpcPackage |
OpcPackage.load(InputStream is,
Filetype type)
convenience method to load a word2007 document
from an existing inputstream (.docx/.docxm, .ppxtx or Flat OPC .xml).
|
static OpcPackage |
OpcPackage.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).
|
Copyright © 2007-2018. All Rights Reserved.