Uses of Interface
org.apache.poi.hwpf.usermodel.Bookmarks

Packages that use Bookmarks
org.apache.poi.hwpf   
org.apache.poi.hwpf.usermodel   
 

Uses of Bookmarks in org.apache.poi.hwpf
 

Fields in org.apache.poi.hwpf declared as Bookmarks
protected  Bookmarks HWPFDocument._bookmarks
          Holds the bookmarks
 

Methods in org.apache.poi.hwpf that return Bookmarks
 Bookmarks HWPFDocument.getBookmarks()
           
 

Uses of Bookmarks in org.apache.poi.hwpf.usermodel
 

Classes in org.apache.poi.hwpf.usermodel that implement Bookmarks
 class BookmarksImpl
          Implementation of user-friendly interface for document bookmarks
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.