Uses of Interface
org.apache.poi.hwpf.usermodel.Bookmark
-
Packages that use Bookmark Package Description org.apache.poi.hwpf.converter org.apache.poi.hwpf.usermodel -
-
Uses of Bookmark in org.apache.poi.hwpf.converter
Method parameters in org.apache.poi.hwpf.converter with type arguments of type Bookmark Modifier and Type Method Description protected 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 Bookmark Modifier and Type Method Description BookmarkBookmarks. getBookmark(int index)BookmarkBookmarksImpl. getBookmark(int index)Methods in org.apache.poi.hwpf.usermodel that return types with arguments of type Bookmark Modifier and Type Method Description List<Bookmark>BookmarksImpl. getBookmarksAt(int startCp)Map<Integer,List<Bookmark>>Bookmarks. getBookmarksStartedBetween(int startInclusive, int endExclusive)Map<Integer,List<Bookmark>>BookmarksImpl. getBookmarksStartedBetween(int startInclusive, int endExclusive)
-