Package | Description |
---|---|
org.zkoss.poi.hwpf.converter | |
org.zkoss.poi.hwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
protected void |
WordToTextConverter.processBookmarks(HWPFDocumentCore wordDocument,
org.w3c.dom.Element currentBlock,
Range range,
int currentTableLevel,
java.util.List<Bookmark> rangeBookmarks) |
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) |
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.
|
Modifier and Type | Method and Description |
---|---|
Bookmark |
BookmarksImpl.getBookmark(int index) |
Bookmark |
Bookmarks.getBookmark(int index) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Bookmark> |
BookmarksImpl.getBookmarksAt(int startCp) |
java.util.Map<java.lang.Integer,java.util.List<Bookmark>> |
BookmarksImpl.getBookmarksStartedBetween(int startInclusive,
int endExclusive) |
java.util.Map<java.lang.Integer,java.util.List<Bookmark>> |
Bookmarks.getBookmarksStartedBetween(int startInclusive,
int endExclusive) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.