|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pdfbox.pdmodel.common.filespecification.PDFileSpecification
org.apache.pdfbox.pdmodel.common.filespecification.PDSimpleFileSpecification
public class PDSimpleFileSpecification
A file specification that is just a string.
| Constructor Summary | |
|---|---|
PDSimpleFileSpecification()
Constructor. |
|
PDSimpleFileSpecification(COSString fileName)
Constructor. |
|
| Method Summary | |
|---|---|
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
String |
getFile()
This will get the file name. |
void |
setFile(String fileName)
This will set the file name. |
| Methods inherited from class org.apache.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 PDSimpleFileSpecification()
public PDSimpleFileSpecification(COSString fileName)
fileName - The file that this spec represents.| Method Detail |
|---|
public String getFile()
getFile in class PDFileSpecificationpublic void setFile(String fileName)
setFile in class PDFileSpecificationfileName - The name of the file.public COSBase getCOSObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||