Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.text
Interface IBookmark

All Superinterfaces:
ITextRange
All Known Implementing Classes:
Bookmark

public interface IBookmark
extends ITextRange

Bookmark of a text document.


Method Summary
 java.lang.String getName()
          Returns the name of the bookmark.
 void jumpTo()
          Jumps to the bookmark.
 
Methods inherited from interface ag.ion.bion.officelayer.text.ITextRange
compareRange, getCell, getPageStyle, getXTextRange, setDocument, setText
 

Method Detail

getName

java.lang.String getName()
Returns the name of the bookmark.

Returns:
the name of the bookmark

jumpTo

void jumpTo()
Jumps to the bookmark.


Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013