| Constructor and Description |
|---|
Storable(File inputFile,
File outputFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Context context) |
protected abstract Map<String,?> |
getLoadProperties(File inputFile) |
protected abstract 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.
|
protected abstract Map<String,?> getStoreProperties(File outputFile, com.sun.star.lang.XComponent document)
public void execute(Context context) throws InstrumentException
execute in interface OfficeInstrumentExceptionprotected void modifyDocument(com.sun.star.lang.XComponent document)
throws InstrumentException
Does nothing by default.
document - docInstrumentException - exceptionCopyright © 2019. All rights reserved.