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.internal.text
Class Bookmark

java.lang.Object
  extended by ag.ion.bion.officelayer.internal.text.TextRange
      extended by ag.ion.bion.officelayer.internal.text.Bookmark
All Implemented Interfaces:
IBookmark, ITextRange

public class Bookmark
extends TextRange
implements IBookmark, ITextRange

Bookmark of a text document.


Constructor Summary
Bookmark(ITextDocument textDocument, com.sun.star.text.XTextRange xTextRange, java.lang.String bookmarkName)
          Constructs new TextRange.
 
Method Summary
 java.lang.String getName()
          Returns the name of the bookmark.
 void jumpTo()
          Jumps to the bookmark.
 
Methods inherited from class ag.ion.bion.officelayer.internal.text.TextRange
compareRange, getCell, getPageStyle, getXTextRange, setDocument, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ag.ion.bion.officelayer.text.ITextRange
compareRange, getCell, getPageStyle, getXTextRange, setDocument, setText
 

Constructor Detail

Bookmark

public Bookmark(ITextDocument textDocument,
                com.sun.star.text.XTextRange xTextRange,
                java.lang.String bookmarkName)
Constructs new TextRange.

Parameters:
textDocument - text document to be used
xTextRange - OpenOffice.org XTextRange interface
bookmarkName - the name of the bookmark to be used
Method Detail

getName

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

Specified by:
getName in interface IBookmark
Returns:
the name of the bookmark

jumpTo

public void jumpTo()
Jumps to the bookmark.

Specified by:
jumpTo in interface IBookmark

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