com.canoo.webtest.plugins.pdftest.htmlunit
Interface PDFBookmark

All Known Implementing Classes:
PdfBoxPDFBookmark

public interface PDFBookmark

Represent a bookmark in a PDF document.

Author:
Marc Guillemot

Method Summary
 List<? extends PDFBookmark> getAllChildren()
          Get all children deep first
 List<? extends PDFBookmark> getchildren()
          Get the direct children of this bookmark
 PDFBookmark getParent()
          Gets the parent bookmark
 String getTitle()
           
 

Method Detail

getTitle

String getTitle()

getAllChildren

List<? extends PDFBookmark> getAllChildren()
Get all children deep first

Returns:
a list of PDFBookmark

getParent

PDFBookmark getParent()
Gets the parent bookmark

Returns:
the parent bookmark

getchildren

List<? extends PDFBookmark> getchildren()
Get the direct children of this bookmark

Returns:
a list of PDFBookmark

Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved.