|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.common.filespecification.PDFileSpecification
org.pdfbox.pdmodel.common.filespecification.PDComplexFileSpecification
This represents a file specification.
Constructor Summary | |
PDComplexFileSpecification()
Default Constructor. |
|
PDComplexFileSpecification(COSDictionary dict)
Constructor. |
Method Summary | |
COSDictionary |
getCOSDictionary()
Convert this standard java object to a COS object. |
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
String |
getFile()
This will get the file name. |
void |
setFile(String file)
This will set the file name. |
Methods inherited from class org.pdfbox.pdmodel.common.filespecification.PDFileSpecification |
createFS |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDComplexFileSpecification()
public PDComplexFileSpecification(COSDictionary dict)
dict
- The dictionary that fulfils this file specification.Method Detail |
public COSBase getCOSObject()
public COSDictionary getCOSDictionary()
public String getFile()
getFile
in class PDFileSpecification
public void setFile(String file)
setFile
in class PDFileSpecification
file
- The name of the file.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |