|
||||||||||
| 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(java.lang.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 | |
|---|---|
java.util.Map<DocumentFamily,java.util.Map<java.lang.String,?>> |
DocumentFormat.getStorePropertiesByFamily()
|
| Methods in org.artofsolving.jodconverter.document with parameters of type DocumentFamily | |
|---|---|
java.util.Set<DocumentFormat> |
SimpleDocumentFormatRegistry.getOutputFormats(DocumentFamily family)
|
java.util.Set<DocumentFormat> |
DocumentFormatRegistry.getOutputFormats(DocumentFamily family)
|
java.util.Map<java.lang.String,?> |
DocumentFormat.getStoreProperties(DocumentFamily family)
|
void |
DocumentFormat.setInputFamily(DocumentFamily documentFamily)
|
void |
DocumentFormat.setStoreProperties(DocumentFamily family,
java.util.Map<java.lang.String,?> storeProperties)
|
| Method parameters in org.artofsolving.jodconverter.document with type arguments of type DocumentFamily | |
|---|---|
void |
DocumentFormat.setStorePropertiesByFamily(java.util.Map<DocumentFamily,java.util.Map<java.lang.String,?>> storePropertiesByFamily)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||