|
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 ICharacterProperties
Properties of a character
Field Summary | |
---|---|
static java.lang.String |
TYPE_ID
type id of this property |
Method Summary | |
---|---|
int |
getFontColor()
Returns the font color. |
float |
getFontSize()
Returns the font size. |
boolean |
isFontBold()
Returns if the text is bold or italic or both. |
boolean |
isFontItalic()
Returns if the text ist bold or italic or both. |
boolean |
isFontUnderlined()
Returns if the text ist bold or italic or both. |
void |
setFontBold(boolean param)
Sets the font of the character to bold style. |
void |
setFontColor(int color)
Sets the font color of the caracter. |
void |
setFontItalic(boolean param)
Sets the font of the character to italic style. |
void |
setFontSize(float fontSize)
Sets the font size of the specific character. |
void |
setFontUnderline(boolean param)
Sets the character to be underlined. |
Methods inherited from interface ag.ion.bion.officelayer.beans.IProperties |
---|
copyTo, getTypeID, getXPropertySet |
Field Detail |
---|
static final java.lang.String TYPE_ID
Method Detail |
---|
float getFontSize() throws TextException
TextException
void setFontSize(float fontSize) throws TextException
fontSize
- the fontSize to be set
TextException
- if any error occursboolean isFontBold() throws TextException
TextException
void setFontBold(boolean param) throws TextException
param
- the value if to be set to bold (if true then yes)
TextException
- if any error occursboolean isFontItalic() throws TextException
TextException
void setFontItalic(boolean param) throws TextException
param
- the value if to be set to italic (if true then yes)
TextException
- if any error occursboolean isFontUnderlined() throws TextException
TextException
void setFontUnderline(boolean param) throws TextException
param
- the value that indicates if the character should be underlined (if true then yes)
TextException
- if any error occursint getFontColor() throws TextException
TextException
void setFontColor(int color) throws TextException
color
- the font color
TextException
|
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 |