public class PDSimpleFileSpecification extends PDFileSpecification
| Constructor and Description |
|---|
PDSimpleFileSpecification()
Constructor.
|
PDSimpleFileSpecification(COSString fileName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
COSBase |
getCOSObject()
Convert this standard java object to a COS object.
|
java.lang.String |
getFile()
This will get the file name.
|
void |
setFile(java.lang.String fileName)
This will set the file name.
|
createFSpublic PDSimpleFileSpecification()
public PDSimpleFileSpecification(COSString fileName)
fileName - The file that this spec represents.public java.lang.String getFile()
getFile in class PDFileSpecificationpublic void setFile(java.lang.String fileName)
setFile in class PDFileSpecificationfileName - The name of the file.public COSBase getCOSObject()