| Constructor and Description |
|---|
Standard(File inputFile,
File outputFile,
Formats outputFormat) |
| Modifier and Type | Method and Description |
|---|---|
static Formats.Type |
getDocumentFamily(com.sun.star.lang.XComponent document) |
protected Map<String,?> |
getLoadProperties(File inputFile) |
protected Map<String,?> |
getStoreProperties(File outputFile,
com.sun.star.lang.XComponent document) |
protected void |
modifyDocument(com.sun.star.lang.XComponent document)
Override to modify the document after it has been loaded and before it gets
saved in the new format.
|
void |
setDefaultLoadProperties(Map<String,?> defaultLoadProperties) |
void |
setInputFormat(Formats inputFormat) |
public static Formats.Type getDocumentFamily(com.sun.star.lang.XComponent document) throws InstrumentException
InstrumentExceptionpublic void setInputFormat(Formats inputFormat)
protected void modifyDocument(com.sun.star.lang.XComponent document)
throws InstrumentException
StorableDoes nothing by default.
modifyDocument in class Storabledocument - docInstrumentException - exceptionprotected Map<String,?> getLoadProperties(File inputFile)
getLoadProperties in class Storableprotected Map<String,?> getStoreProperties(File outputFile, com.sun.star.lang.XComponent document)
getStoreProperties in class StorableCopyright © 2019. All rights reserved.