|
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 IVariableTextFieldMaster
Master of a variable text field of a text document.
Method Summary | |
---|---|
ITextField |
constructNewVariableTextField(java.lang.String content,
boolean visible)
Constructs new variable text field on the basis of this variable text field master. |
ITextField |
constructNewVariableTextField(java.lang.String content,
boolean visible,
INumberFormat numberFormat,
boolean isFormula)
Constructs new variable text field on the basis of this variable text field master. |
java.lang.String |
getName()
Returns name of the master of a variable text field. |
ITextField[] |
getVariableTextFields()
Returns all related variable text fields of this variable text field master. |
com.sun.star.beans.XPropertySet |
getXPropertySet()
Returns the property set of this master. |
void |
remove()
Removes the master of a variable text field from the document. |
Method Detail |
---|
java.lang.String getName()
com.sun.star.beans.XPropertySet getXPropertySet()
ITextField[] getVariableTextFields() throws TextException
TextException
- if the variable text fields can not be fetchedITextField constructNewVariableTextField(java.lang.String content, boolean visible) throws NOAException
content
- the content of the variable textfieldvisible
- if the variable should be visible
NOAException
- if the new variable text field can not be constructedITextField constructNewVariableTextField(java.lang.String content, boolean visible, INumberFormat numberFormat, boolean isFormula) throws NOAException
content
- the content of the variable textfieldvisible
- if the variable should be visiblenumberFormat
- the number format used for the variableisFormula
- if the given content is a formula
NOAException
- if the new variable text field can not be constructedvoid remove()
|
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 |