COSObjectable
public class FDFNamedPageReference extends java.lang.Object implements COSObjectable
Constructor | Description |
---|---|
FDFNamedPageReference() |
Default constructor.
|
FDFNamedPageReference(COSDictionary r) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
java.lang.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(java.lang.String name) |
This will set the name of the referenced page.
|
public FDFNamedPageReference()
public FDFNamedPageReference(COSDictionary r)
r
- The FDF named page reference dictionary.public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSDictionary getCOSDictionary()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The referenced page name.public PDFileSpecification getFileSpecification() throws java.io.IOException
java.io.IOException
- If there is an error creating the file spec.public void setFileSpecification(PDFileSpecification fs)
fs
- The file specification to set.