COSObjectable
public class PDSimpleFileSpecification extends PDFileSpecification
Constructor | Description |
---|---|
PDSimpleFileSpecification() |
Constructor.
|
PDSimpleFileSpecification(COSString fileName) |
Constructor.
|
Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createFS
public PDSimpleFileSpecification()
public PDSimpleFileSpecification(COSString fileName)
fileName
- The file that this spec represents.public java.lang.String getFile()
getFile
in class PDFileSpecification
public void setFile(java.lang.String fileName)
setFile
in class PDFileSpecification
fileName
- The name of the file.public COSBase getCOSObject()