|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.fdf.FDFNamedPageReference
public class FDFNamedPageReference
This represents an FDF named page reference that is part of the FDF field.
Constructor Summary | |
---|---|
FDFNamedPageReference()
Default constructor. |
|
FDFNamedPageReference(COSDictionary r)
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. |
PDFileSpecification |
getFileSpecification()
This will get the file specification of this reference. |
String |
getName()
This will get the name of the referenced page. |
void |
setFileSpecification(PDFileSpecification fs)
This will set the file specification for this named page reference. |
void |
setName(String name)
This will set the name of the referenced page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FDFNamedPageReference()
public FDFNamedPageReference(COSDictionary r)
r
- The FDF named page reference dictionary.Method Detail |
---|
public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSDictionary getCOSDictionary()
public String getName()
public void setName(String name)
name
- The referenced page name.public PDFileSpecification getFileSpecification() throws IOException
IOException
- If there is an error creating the file spec.public void setFileSpecification(PDFileSpecification fs)
fs
- The file specification to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |