public class FontSettings
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
FontSettings.Size
Font size.
|
static class |
FontSettings.Style
Font style.
|
Modifier and Type | Method and Description |
---|---|
FontSettings.Size |
getFontSize()
Returns the size in which the caption should be displayed in the UserInterface.
|
int |
getScriptFontSize()
Returns the font size used in scripts, reports and activation logs.
|
FontSettings.Style |
getScriptFontStyle()
Returns the font style used in scripts, reports and activation logs.
|
java.lang.String |
getScriptFontType()
Returns the font type used in scripts, reports and activation logs.
|
void |
setFontSize(FontSettings.Size fontSize)
Sets the size in which the caption should be displayed in the UserInterface.
|
void |
setScriptFontSize(int size)
Sets the font size used in scripts, reports and activation logs.
|
void |
setScriptFontStyle(FontSettings.Style style)
Sets the font style used in scripts, reports and activation logs.
|
void |
setScriptFontType(java.lang.String type)
Sets the font type used in scripts, reports and activation logs.
|
public FontSettings.Size getFontSize()
public void setFontSize(FontSettings.Size fontSize)
fontSize
- Font sizepublic java.lang.String getScriptFontType()
public void setScriptFontType(java.lang.String type)
type
- Font for Script and Reportspublic FontSettings.Style getScriptFontStyle()
public void setScriptFontStyle(FontSettings.Style style)
style
- Plain or Boldpublic int getScriptFontSize()
public void setScriptFontSize(int size)
size
- Font size