public class FDFNamedPageReference extends Object implements COSObjectable
Constructor and Description |
---|
FDFNamedPageReference()
Default constructor.
|
FDFNamedPageReference(COSDictionary r)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
COSDictionary |
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.
|
public FDFNamedPageReference()
public FDFNamedPageReference(COSDictionary r)
r
- The FDF named page reference dictionary.public COSDictionary getCOSObject()
getCOSObject
in interface COSObjectable
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.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.