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

ag.ion.noa.text
Interface IAnnotation

All Superinterfaces:
ITextComponent, ITextContent
All Known Implementing Classes:
Annotation

public interface IAnnotation
extends ITextContent, ITextComponent

Annotation of a text document.


Method Summary
 java.lang.String getText()
          Returns the text content of the annotation.
 ITextRange getTextRange()
          Returns text range of the annotation.
 void jumpTo()
          Jumps to the annotation.
 
Methods inherited from interface ag.ion.bion.officelayer.text.ITextContent
getXTextContent
 
Methods inherited from interface ag.ion.bion.officelayer.text.ITextComponent
getTextDocument
 

Method Detail

getText

java.lang.String getText()
Returns the text content of the annotation.

Returns:
the text content of the annotation

jumpTo

void jumpTo()
Jumps to the annotation.


getTextRange

ITextRange getTextRange()
Returns text range of the annotation.

Returns:
text range of the annotation

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