Package org.apache.poi.hwpf.usermodel
Interface Bookmark
-
public interface Bookmark
User friendly interface to access information about document bookmarks
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getEnd()
java.lang.String
getName()
int
getStart()
void
setName(java.lang.String name)
-