Class PDFNames
java.lang.Object
org.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFDictionary
org.apache.fop.pdf.PDFNames
- All Implemented Interfaces:
CompressedObject, PDFWritable
Class representing a PDF Names object
-
Field Summary
FieldsFields inherited from class PDFDictionary
entries, order -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDests()Returns the Dests objectReturns the EmbeddedFiles objectvoidSet the Dests objectvoidsetEmbeddedFiles(PDFEmbeddedFiles embeddedFiles) Set the EmbeddedFiles objectMethods inherited from class PDFDictionary
containsKey, get, getChildren, getChildren, keySet, output, put, put, remove, writeDictionaryMethods inherited from class PDFObject
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, supportsObjectStream, toPDF, toPDFString
-
Field Details
-
DESTS
- See Also:
-
EMBEDDED_FILES
- See Also:
-
-
Constructor Details
-
PDFNames
public PDFNames()Create the Names object
-
-
Method Details
-
getDests
Returns the Dests object- Returns:
- the Dests object, or null if it's not used
-
setDests
-
getEmbeddedFiles
Returns the EmbeddedFiles object- Returns:
- the EmbeddedFiles object, or null if it's not used
-
setEmbeddedFiles
Set the EmbeddedFiles object- Parameters:
embeddedFiles- the EmbeddedFiles object
-