Uses of Class
com.caucho.quercus.lib.pdf.PDFDestination

Packages that use PDFDestination
com.caucho.quercus.lib.pdf   
 

Uses of PDFDestination in com.caucho.quercus.lib.pdf
 

Methods in com.caucho.quercus.lib.pdf that return types with arguments of type PDFDestination
 java.util.List<PDFDestination> PDFDestination.getChildren()
           
 java.util.List<PDFDestination> PDFOutline.getRootDestinations()
           
 

Methods in com.caucho.quercus.lib.pdf with parameters of type PDFDestination
 void PDFDestination.addChild(PDFDestination child)
           
 void PDFOutline.addDestination(PDFDestination dest, int parentId)