COSObjectablepublic 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, waitcreateFSpublic 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()
Copyright © 2002–2018. All rights reserved.