PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.interaction.navigation.document.Bookmark

Packages that use Bookmark
org.pdfclown.documents.interaction.navigation.document Features that allow a PDF viewer application to present the user with an interactive, global overview of a document [PDF:1.6:8.2]. 
 

Uses of Bookmark in org.pdfclown.documents.interaction.navigation.document
 

Methods in org.pdfclown.documents.interaction.navigation.document that return Bookmark
 Bookmark Bookmark.clone(Document context)
           
 Bookmark Bookmarks.get(int index)
           
 Bookmark Bookmark.getParent()
          Gets the parent bookmark.
 Bookmark Bookmarks.remove(int index)
           
 Bookmark Bookmarks.set(int index, Bookmark bookmark)
           
 Bookmark[] Bookmarks.toArray()
           
 

Methods in org.pdfclown.documents.interaction.navigation.document that return types with arguments of type Bookmark
 Iterator<Bookmark> Bookmarks.iterator()
           
 ListIterator<Bookmark> Bookmarks.listIterator()
           
 ListIterator<Bookmark> Bookmarks.listIterator(int index)
           
 List<Bookmark> Bookmarks.subList(int fromIndex, int toIndex)
           
 

Methods in org.pdfclown.documents.interaction.navigation.document with parameters of type Bookmark
 boolean Bookmarks.add(Bookmark bookmark)
           
 void Bookmarks.add(int index, Bookmark bookmark)
           
 Bookmark Bookmarks.set(int index, Bookmark bookmark)
           
 

Method parameters in org.pdfclown.documents.interaction.navigation.document with type arguments of type Bookmark
 boolean Bookmarks.addAll(Collection<? extends Bookmark> bookmarks)
           
 boolean Bookmarks.addAll(int index, Collection<? extends Bookmark> bookmarks)
           
 


PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.