|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextRange
Range of text in a text document.
Method Summary | |
---|---|
short |
compareRange(ITextRange textRangeToCompare)
Compares this text range with the given text range. |
ITextTableCell |
getCell()
Returns cell of the texttable if the text range is part of cell. |
IPageStyle |
getPageStyle()
Returns related page style of the text range. |
com.sun.star.text.XTextRange |
getXTextRange()
Returns OpenOffice.org XTextRange interface. |
void |
setDocument(IDocument document)
Sets the document of the text range. |
void |
setText(java.lang.String text)
Sets text of the text range. |
Method Detail |
---|
com.sun.star.text.XTextRange getXTextRange()
void setText(java.lang.String text)
text
- text to be usedIPageStyle getPageStyle() throws TextException
TextException
ITextTableCell getCell()
short compareRange(ITextRange textRangeToCompare) throws TextException
textRangeToCompare
- the text range to compare
TextException
- if the text ranges to compare are not within the same text.void setDocument(IDocument document)
document
- document to be used
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |