Package org.apache.poi.hwpf.usermodel
Interface Bookmark
public interface Bookmark
User friendly interface to access information about document bookmarks
- Author:
- Sergey Vladimirov (vlsergey {at} gmail {doc} com)
-
Method Summary
-
Method Details
-
getEnd
int getEnd() -
getName
String getName() -
getStart
int getStart() -
setName
-