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 IParagraph

All Superinterfaces:
ICloneServiceProvider, ITextComponent, ITextContent
All Known Implementing Classes:
Paragraph

public interface IParagraph
extends ITextContent, ICloneServiceProvider

Paragraph of a text document.


Method Summary
 ICharacterProperties getCharacterProperties()
          Returns character properties belonging to the paragraph
 ICharacterPropertyStore getCharacterPropertyStore()
          Gets the character property store of the paragraph
 IParagraphProperties getParagraphProperties()
          Returns properties of the paragraph.
 IParagraphPropertyStore getParagraphPropertyStore()
          Gets the property store of the paragraph
 java.lang.String getParagraphText()
          Gets the text contained in this pragraph
 ITextRange getTextRange()
          Returns text range of the text table.
 void setParagraphText(java.lang.String text)
          Sets new text to the paragraph.
 
Methods inherited from interface ag.ion.bion.officelayer.text.ITextContent
getXTextContent
 
Methods inherited from interface ag.ion.bion.officelayer.text.ITextComponent
getTextDocument
 
Methods inherited from interface ag.ion.bion.officelayer.clone.ICloneServiceProvider
getCloneService
 

Method Detail

getParagraphProperties

IParagraphProperties getParagraphProperties()
Returns properties of the paragraph.

Returns:
properties of the paragraph

getTextRange

ITextRange getTextRange()
Returns text range of the text table.

Returns:
text range of the text table

getCharacterProperties

ICharacterProperties getCharacterProperties()
Returns character properties belonging to the paragraph

Returns:
characterproperties of the paragraph

getParagraphPropertyStore

IParagraphPropertyStore getParagraphPropertyStore()
                                                  throws TextException
Gets the property store of the paragraph

Returns:
the paragprah property store
Throws:
TextException

getCharacterPropertyStore

ICharacterPropertyStore getCharacterPropertyStore()
                                                  throws TextException
Gets the character property store of the paragraph

Returns:
the paragprah's character property store
Throws:
TextException

getParagraphText

java.lang.String getParagraphText()
                                  throws TextException
Gets the text contained in this pragraph

Returns:
the paragraph text
Throws:
TextException

setParagraphText

void setParagraphText(java.lang.String text)
Sets new text to the paragraph.

Parameters:
text - the text that should be placed

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