com.mindoo.remote.api.symphony.document
Interface IRemoteBookmark


public interface IRemoteBookmark

This class represents a bookmark of a document.


Method Summary
 java.lang.String getName()
          This property returns or sets the name of the bookmark.
 IRemoteTextRange getRange()
          This property returns the position of the bookmark.
 void remove()
          This method removes the bookmark.
 void setName(java.lang.String name)
          This property returns or sets the name of the bookmark.
 

Method Detail

getName

java.lang.String getName()
                         throws RemoteEclipseAPIException
This property returns or sets the name of the bookmark.

Returns:
name
Throws:
RemoteEclipseAPIException

setName

void setName(java.lang.String name)
             throws RemoteEclipseAPIException
This property returns or sets the name of the bookmark.

Parameters:
name -
Throws:
RemoteEclipseAPIException

getRange

IRemoteTextRange getRange()
                          throws RemoteEclipseAPIException
This property returns the position of the bookmark.

Returns:
range
Throws:
RemoteEclipseAPIException

remove

void remove()
            throws RemoteEclipseAPIException
This method removes the bookmark.

Throws:
RemoteEclipseAPIException