|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pdfbox.pdmodel.common.filespecification.PDFileSpecification
public abstract class PDFileSpecification
This represents a file specification.
| Constructor Summary | |
|---|---|
PDFileSpecification()
|
|
| Method Summary | |
|---|---|
static PDFileSpecification |
createFS(COSBase base)
A file specfication can either be a COSString or a COSDictionary. |
abstract java.lang.String |
getFile()
This will get the file name. |
abstract void |
setFile(java.lang.String file)
This will set the file name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.pdfbox.pdmodel.common.COSObjectable |
|---|
getCOSObject |
| Constructor Detail |
|---|
public PDFileSpecification()
| Method Detail |
|---|
public static PDFileSpecification createFS(COSBase base)
throws java.io.IOException
base - The cos object that describes the fs.
java.io.IOException - If there is an error creating the file spec.public abstract java.lang.String getFile()
public abstract void setFile(java.lang.String file)
file - The name of the file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||