|
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 ITextContentService
Content service of a text document.
| Method Summary | |
|---|---|
ITextDocumentImage |
constructNewImage(GraphicInfo graphicInfo)
Constructs new image. |
IParagraph |
constructNewParagraph()
Constructs new paragraph. |
void |
insertTextContent(ITextContent textContent)
Inserts content. |
void |
insertTextContent(ITextRange textRange,
ITextContent textContent)
Inserts content at submitted position. |
void |
insertTextContentAfter(ITextContent newTextContent,
ITextContent textContent)
Inserts new text content after other text content. |
void |
insertTextContentBefore(ITextContent newTextContent,
ITextContent textContent)
Inserts new text content before other text content. |
void |
removeTextContent(ITextContent textContent)
Removes content. |
| Method Detail |
|---|
IParagraph constructNewParagraph()
throws TextException
TextException - if the paragraph can not be constructed
ITextDocumentImage constructNewImage(GraphicInfo graphicInfo)
throws TextException
graphicInfo - the graphic information to construct image with
TextException - if the image can not be constructed
void insertTextContent(ITextContent textContent)
throws TextException
textContent - text content to be inserted
TextException - if the text content can not be inserted
void insertTextContent(ITextRange textRange,
ITextContent textContent)
throws TextException
textRange - position to be usedtextContent - text content to be inserted
TextException - if the text content can not be inserted
void insertTextContentBefore(ITextContent newTextContent,
ITextContent textContent)
throws TextException
newTextContent - text content to be insertedtextContent - available text content
TextException - if the text content can not be inserted
void insertTextContentAfter(ITextContent newTextContent,
ITextContent textContent)
throws TextException
newTextContent - text content to be insertedtextContent - available text content
TextException - if the text content can not be inserted
void removeTextContent(ITextContent textContent)
throws TextException
textContent - text content to be removed
TextException - if the text content can not be removed
|
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 | ||||||||