Modifier and Type | Method and Description |
---|---|
static <TDocument extends Document> |
Document.load(Class<TDocument> documentType,
InputStream stream,
LoadOptions loadOptions)
Loads a new document from the specified stream.
|
<TDocument extends Document> |
DocumentFactory.load(Class<TDocument> documentType,
InputStream stream,
LoadOptions loadOptions)
Loads a new document from the specified stream.
|
<TDocument extends Document> |
IDocumentFactory.load(Class<TDocument> documentType,
InputStream stream,
LoadOptions loadOptions)
Loads a new document from the specified stream.
|
static <TDocument extends Document> |
Document.load(Class<TDocument> documentType,
String filePath,
LoadOptions loadOptions)
Loads a new document from the specified file.
|
<TDocument extends Document> |
DocumentFactory.load(Class<TDocument> documentType,
String filePath,
LoadOptions loadOptions)
Loads a new document from the specified file.
|
<TDocument extends Document> |
IDocumentFactory.load(Class<TDocument> documentType,
String filePath,
LoadOptions loadOptions)
Loads a new document from the specified file.
|
static Document |
Document.load(InputStream stream,
LoadOptions loadOptions)
Loads a new document from the specified stream.
|
Document |
DocumentFactory.load(InputStream stream,
LoadOptions loadOptions)
Loads a new document from the specified stream.
|
Document |
IDocumentFactory.load(InputStream stream,
LoadOptions loadOptions)
Loads a new document from the specified stream.
|
static Document |
Document.load(String filePath,
LoadOptions loadOptions)
Loads a new document from the specified file.
|
Document |
DocumentFactory.load(String filePath,
LoadOptions loadOptions)
Loads a new document from the specified file.
|
Document |
IDocumentFactory.load(String filePath,
LoadOptions loadOptions)
Loads a new document from the specified file.
|
<TDocument extends Document> |
Attachment.loadDocument(Class<TDocument> documentType,
LoadOptions loadOptions)
Loads a document from the attached file.
|
Document |
Attachment.loadDocument(LoadOptions loadOptions)
Loads a document from the attached file.
|
Copyright © 2018. All rights reserved.