| Package | Description |
|---|---|
| org.artofsolving.jodconverter.document |
| Modifier and Type | Method and Description |
|---|---|
DocumentFamily |
DocumentFormat.getInputFamily() |
static DocumentFamily |
DocumentFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentFamily[] |
DocumentFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<DocumentFamily,Map<String,?>> |
DocumentFormat.getStorePropertiesByFamily() |
| Modifier and Type | Method and Description |
|---|---|
Set<DocumentFormat> |
SimpleDocumentFormatRegistry.getOutputFormats(DocumentFamily family) |
Set<DocumentFormat> |
DocumentFormatRegistry.getOutputFormats(DocumentFamily family) |
Map<String,?> |
DocumentFormat.getStoreProperties(DocumentFamily family) |
void |
DocumentFormat.setInputFamily(DocumentFamily documentFamily) |
void |
DocumentFormat.setStoreProperties(DocumentFamily family,
Map<String,?> storeProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentFormat.setStorePropertiesByFamily(Map<DocumentFamily,Map<String,?>> storePropertiesByFamily) |
Copyright © 2003–2015. All rights reserved.