public interface DocumentFactory
Modifier and Type | Method and Description |
---|---|
Document |
createDocument(Application app)
Create a new empty document.
|
Document |
createDocument(Application app,
File file)
Create a new document based on the given file path.
|
Document |
createDocument(Application app,
URL url)
Create a new document based on the given URL.
|
Document createDocument(Application app)
Document createDocument(Application app, URL url)
Document createDocument(Application app, File file)
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.