org.apache.fop.pdf

Class PDFNames

Implemented Interfaces:
PDFWritable

public class PDFNames
extends PDFDictionary

Class representing a PDF Names object

Field Summary

Fields inherited from class org.apache.fop.pdf.PDFDictionary

entries, order

Fields inherited from class org.apache.fop.pdf.PDFObject

DATE_FORMAT, log

Constructor Summary

PDFNames()
Create the Names object

Method Summary

PDFDests
getDests()
Returns the Dests object
void
setDests(PDFDests dests)
Set the Dests object

Methods inherited from class org.apache.fop.pdf.PDFDictionary

get, put, toPDFString

Methods inherited from class org.apache.fop.pdf.PDFObject

encode, encodeString, encodeText, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, hasObjectNumber, makeReference, output, referencePDF, setDocument, setObjectNumber, toInlinePDFString, toPDF, toPDFString

Constructor Details

PDFNames

public PDFNames()
Create the Names object

Method Details

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

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.