|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentFamily | |
---|---|
org.artofsolving.jodconverter.document |
Uses of DocumentFamily in org.artofsolving.jodconverter.document |
---|
Methods in org.artofsolving.jodconverter.document that return DocumentFamily | |
---|---|
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. |
Methods in org.artofsolving.jodconverter.document that return types with arguments of type DocumentFamily | |
---|---|
Map<DocumentFamily,Map<String,?>> |
DocumentFormat.getStorePropertiesByFamily()
|
Methods in org.artofsolving.jodconverter.document with parameters of type DocumentFamily | |
---|---|
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)
|
Method parameters in org.artofsolving.jodconverter.document with type arguments of type DocumentFamily | |
---|---|
void |
DocumentFormat.setStorePropertiesByFamily(Map<DocumentFamily,Map<String,?>> storePropertiesByFamily)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |