Package org.apache.fop.pdf
Class PDFNames
- java.lang.Object
-
- org.apache.fop.pdf.PDFObject
-
- org.apache.fop.pdf.PDFDictionary
-
- org.apache.fop.pdf.PDFNames
-
- All Implemented Interfaces:
PDFWritable
public class PDFNames extends PDFDictionary
Class representing a PDF Names object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
DESTS
private static java.lang.String
EMBEDDED_FILES
-
Fields inherited from class org.apache.fop.pdf.PDFDictionary
entries, order
-
-
Constructor Summary
Constructors Constructor Description PDFNames()
Create the Names object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PDFDests
getDests()
Returns the Dests objectPDFEmbeddedFiles
getEmbeddedFiles()
Returns the EmbeddedFiles objectvoid
setDests(PDFDests dests)
Set the Dests objectvoid
setEmbeddedFiles(PDFEmbeddedFiles embeddedFiles)
Set the EmbeddedFiles object-
Methods inherited from class org.apache.fop.pdf.PDFDictionary
containsKey, get, getChildren, getChildren, keySet, output, put, put, remove, writeDictionary
-
Methods inherited from class org.apache.fop.pdf.PDFObject
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, toPDF, toPDFString
-
-
-
-
Field Detail
-
DESTS
private static final java.lang.String DESTS
- See Also:
- Constant Field Values
-
EMBEDDED_FILES
private static final java.lang.String EMBEDDED_FILES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDests
public PDFDests getDests()
Returns the Dests object- Returns:
- the Dests object, or null if it's not used
-
setDests
public void setDests(PDFDests dests)
Set the Dests object- Parameters:
dests
- the Dests object
-
getEmbeddedFiles
public PDFEmbeddedFiles getEmbeddedFiles()
Returns the EmbeddedFiles object- Returns:
- the EmbeddedFiles object, or null if it's not used
-
setEmbeddedFiles
public void setEmbeddedFiles(PDFEmbeddedFiles embeddedFiles)
Set the EmbeddedFiles object- Parameters:
embeddedFiles
- the EmbeddedFiles object
-
-