|
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.PagePosition
public class PagePosition
Position on a text page.
Field Summary | |
---|---|
static short |
PLAIN_TEXT
The content of the page position is text. |
static short |
TEXT_TABLE_CELL
The content of the page position is a text table cell. |
Constructor Summary | |
---|---|
PagePosition(ITextDocument textDocument,
com.sun.star.text.XTextRange xTextRange)
Constructs new PagePosition. |
Method Summary | |
---|---|
short |
getContentType()
Returns content type of the page position. |
ITextRange |
getTextRange()
Returns text range. |
ITextTableCell |
getTextTableCell()
Returns text table cell. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short PLAIN_TEXT
public static final short TEXT_TABLE_CELL
Constructor Detail |
---|
public PagePosition(ITextDocument textDocument, com.sun.star.text.XTextRange xTextRange) throws java.lang.IllegalArgumentException
textDocument
- text document to be usedxTextRange
- OpenOffice.org XTextRange interface
java.lang.IllegalArgumentException
- if one of the OpenOffice.org interfaces is not validMethod Detail |
---|
public short getContentType()
public ITextTableCell getTextTableCell()
public ITextRange getTextRange()
|
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 |