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 ITextDocumentTextShape

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

public interface ITextDocumentTextShape
extends ITextContent

Text shape of a text document.


Method Summary
 TextInfo getTextInfo()
          Returns graphic information of the displayed text.
 com.sun.star.text.XText getXText()
          Returns the XText object for setting the text after it was inserted into the doc.
 void setXText(com.sun.star.text.XText xText)
          Sets the XText object
 
Methods inherited from interface ag.ion.bion.officelayer.text.ITextContent
getXTextContent
 
Methods inherited from interface ag.ion.bion.officelayer.text.ITextComponent
getTextDocument
 

Method Detail

getTextInfo

TextInfo getTextInfo()
Returns graphic information of the displayed text.

Returns:
graphic information of the displayed text

getXText

com.sun.star.text.XText getXText()
Returns the XText object for setting the text after it was inserted into the doc.

Returns:
the XText object

setXText

void setXText(com.sun.star.text.XText xText)
Sets the XText object

Parameters:
xText - the XText object

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