Constructor and Description |
---|
EmptyPDFSource() |
EmptyPDFSource(String name)
Construct a new empty PDF source with a given name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(PDFSource other)
Tests if this source is equal to another source.
|
PDFContent |
getContent()
Returns an object that implements PDFContent, that contains and can deliver the contents of the PDF document.
|
String |
getName()
Returns the name of the document.
|
String |
getPath()
Returns the full path to the document.
|
public EmptyPDFSource()
public EmptyPDFSource(String name)
name
- The name of the document.public boolean equals(PDFSource other)
PDFSource
public String getName()
PDFSource
public String getPath()
PDFSource
public PDFContent getContent()
PDFSource
getContent
in interface PDFSource