|
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 |
java.lang.Objectag.ion.bion.officelayer.internal.text.Text
public class Text
Text of a text document.
Constructor Summary | |
---|---|
Text(ITextDocument textDocument,
com.sun.star.text.XText xText)
Constructs new Text. |
Method Summary | |
---|---|
java.lang.String |
getText()
Returns text content. |
ITextContentEnumeration |
getTextContentEnumeration()
Returns content enumeration. |
ITextCursorService |
getTextCursorService()
Returns text cursor service. |
com.sun.star.text.XText |
getXText()
Returns XText interface. |
void |
setText(java.lang.String text)
Sets text content. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Text(ITextDocument textDocument, com.sun.star.text.XText xText) throws java.lang.IllegalArgumentException
textDocument
- text document to be usedxText
- OpenOffice.org XText interface
java.lang.IllegalArgumentException
- if the submitted text document or OpenOffice.org XText
interface is not validMethod Detail |
---|
public com.sun.star.text.XText getXText()
getXText
in interface IText
public java.lang.String getText()
getText
in interface IText
public ITextContentEnumeration getTextContentEnumeration() throws TextException
getTextContentEnumeration
in interface IText
TextException
- if the content enumeration is not availablepublic ITextCursorService getTextCursorService() throws TextException
getTextCursorService
in interface IText
TextException
- if the content enumeration is not availablepublic void setText(java.lang.String text)
setText
in interface IText
text
- text to be set
|
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 |