Uses of Interface
org.apache.poi.hwpf.usermodel.Bookmark
Packages that use Bookmark
-
Uses of Bookmark in org.apache.poi.hwpf.converter
Method parameters in org.apache.poi.hwpf.converter with type arguments of type BookmarkModifier and TypeMethodDescriptionprotected abstract void
AbstractWordConverter.processBookmarks
(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) Wrap range into bookmark(s) and process it.protected void
WordToFoConverter.processBookmarks
(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) protected void
WordToHtmlConverter.processBookmarks
(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) protected void
WordToTextConverter.processBookmarks
(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) -
Uses of Bookmark in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel that return BookmarkModifier and TypeMethodDescriptionBookmarks.getBookmark
(int index) BookmarksImpl.getBookmark
(int index) Methods in org.apache.poi.hwpf.usermodel that return types with arguments of type BookmarkModifier and TypeMethodDescriptionBookmarksImpl.getBookmarksAt
(int startCp) Bookmarks.getBookmarksStartedBetween
(int startInclusive, int endExclusive) BookmarksImpl.getBookmarksStartedBetween
(int startInclusive, int endExclusive)