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 voidAbstractWordConverter.processBookmarks(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) Wrap range into bookmark(s) and process it.protected voidWordToFoConverter.processBookmarks(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) protected voidWordToHtmlConverter.processBookmarks(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) protected voidWordToTextConverter.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)