|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.Bookmark
public class Bookmark
Constructor Summary | |
---|---|
Bookmark(BookmarkStart start)
|
|
Bookmark(BookmarkStart start,
BookmarkEnd end)
|
Method Summary | |
---|---|
BookmarkEnd |
getBookmarkEnd()
Gets the bookmark end. |
BookmarkStart |
getBookmarkStart()
Gets the bookmark start. |
int |
getFirstColumn()
Gets the index of the column where bookmark starts. |
int |
getLastColumn()
Gets the index of the column where bookmarks ends. |
java.lang.String |
getName()
Gets bookmark name. |
Constructor Detail |
---|
public Bookmark(BookmarkStart start)
public Bookmark(BookmarkStart start, BookmarkEnd end)
Method Detail |
---|
public java.lang.String getName()
public BookmarkStart getBookmarkStart()
public BookmarkEnd getBookmarkEnd()
public int getFirstColumn()
public int getLastColumn()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |