|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Bookmark | |
|---|---|
| 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 | |
|---|---|
protected void |
WordToTextConverter.processBookmarks(HWPFDocumentCore wordDocument,
org.w3c.dom.Element currentBlock,
Range range,
int currentTableLevel,
java.util.List<Bookmark> rangeBookmarks)
|
protected abstract void |
AbstractWordConverter.processBookmarks(HWPFDocumentCore wordDocument,
org.w3c.dom.Element currentBlock,
Range range,
int currentTableLevel,
java.util.List<Bookmark> rangeBookmarks)
Wrap range into bookmark(s) and process it. |
protected void |
WordToHtmlConverter.processBookmarks(HWPFDocumentCore wordDocument,
org.w3c.dom.Element currentBlock,
Range range,
int currentTableLevel,
java.util.List<Bookmark> rangeBookmarks)
|
protected void |
WordToFoConverter.processBookmarks(HWPFDocumentCore wordDocument,
org.w3c.dom.Element currentBlock,
Range range,
int currentTableLevel,
java.util.List<Bookmark> rangeBookmarks)
|
| Uses of Bookmark in org.apache.poi.hwpf.usermodel |
|---|
| Methods in org.apache.poi.hwpf.usermodel that return Bookmark | |
|---|---|
Bookmark |
Bookmarks.getBookmark(int index)
|
Bookmark |
BookmarksImpl.getBookmark(int index)
|
| Methods in org.apache.poi.hwpf.usermodel that return types with arguments of type Bookmark | |
|---|---|
java.util.List<Bookmark> |
BookmarksImpl.getBookmarksAt(int startCp)
|
java.util.Map<java.lang.Integer,java.util.List<Bookmark>> |
Bookmarks.getBookmarksStartedBetween(int startInclusive,
int endExclusive)
|
java.util.Map<java.lang.Integer,java.util.List<Bookmark>> |
BookmarksImpl.getBookmarksStartedBetween(int startInclusive,
int endExclusive)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||