public interface DocumentFactory
Modifier and Type | Method and Description |
---|---|
Document |
createDocument(Application app)
Create a new empty document.
|
Document |
createDocument(Application app,
java.io.File file)
Create a new document based on the given file path.
|
Document |
createDocument(Application app,
java.net.URL url)
Create a new document based on the given URL.
|
Document createDocument(Application app)
Document createDocument(Application app, java.net.URL url)
Document createDocument(Application app, java.io.File file)