public interface SourceDocumentSpecs
限定符和类型 | 方法和说明 |
---|---|
java.io.File |
getFile()
Gets the file where is located the document.
|
DocumentFormat |
getFormat()
Gets the
DocumentFormat specification for the document. |
void |
onConsumed(java.io.File file)
Called when the file was consumed and is not longer required by the converter.
|
void onConsumed(java.io.File file)
file
- The file that was consumed.java.io.File getFile()
DocumentFormat getFormat()
DocumentFormat
specification for the document.