com.spire.doc
Class Bookmark

java.lang.Object
  extended by com.spire.doc.Bookmark

public class Bookmark
extends java.lang.Object


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

Bookmark

public Bookmark(BookmarkStart start)

Bookmark

public Bookmark(BookmarkStart start,
                BookmarkEnd end)
Method Detail

getName

public java.lang.String getName()
Gets bookmark name.

Returns:
String

getBookmarkStart

public BookmarkStart getBookmarkStart()
Gets the bookmark start.

Returns:
BookmarkStart

getBookmarkEnd

public BookmarkEnd getBookmarkEnd()
Gets the bookmark end.

Returns:
BookmarkEnd

getFirstColumn

public int getFirstColumn()
Gets the index of the column where bookmark starts.

Returns:
the index of the column

getLastColumn

public int getLastColumn()
Gets the index of the column where bookmarks ends.

Returns:
the index of the column