T - the generic type for the sourcepublic interface PdfSource<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getPassword() |
T |
getSource() |
<R> R |
open(PdfSourceOpener<R> opener)
Dispatch method to open the source.
|
T getSource()
String getName()
String getPassword()
<R> R open(PdfSourceOpener<R> opener) throws TaskIOException
R - generic type as result of the open action.opener - TaskIOException - in case of error opening the source.Copyright © 2015. All Rights Reserved.