public interface EEFHyperlinkStyle extends EEFWidgetStyle
The following features are supported:
EefPackage.getEEFHyperlinkStyle()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBackgroundColorExpression()
Returns the value of the 'Background Color Expression' attribute.
|
java.lang.String |
getFontNameExpression()
Returns the value of the 'Font Name Expression' attribute.
|
java.lang.String |
getFontSizeExpression()
Returns the value of the 'Font Size Expression' attribute.
|
java.lang.String |
getFontStyleExpression()
Returns the value of the 'Font Style Expression' attribute.
|
void |
setBackgroundColorExpression(java.lang.String value)
Sets the value of the '
Background Color
Expression' attribute. |
void |
setFontNameExpression(java.lang.String value)
Sets the value of the '
Font Name
Expression' attribute. |
void |
setFontSizeExpression(java.lang.String value)
Sets the value of the '
Font Size
Expression' attribute. |
void |
setFontStyleExpression(java.lang.String value)
Sets the value of the '
Font Style
Expression' attribute. |
getLabelBackgroundColorExpression, getLabelFontNameExpression, getLabelFontSizeExpression, getLabelFontStyleExpression, getLabelForegroundColorExpression, setLabelBackgroundColorExpression, setLabelFontNameExpression, setLabelFontSizeExpression, setLabelFontStyleExpression, setLabelForegroundColorExpressionjava.lang.String getBackgroundColorExpression()
setBackgroundColorExpression(String),
EefPackage.getEEFHyperlinkStyle_BackgroundColorExpression()void setBackgroundColorExpression(java.lang.String value)
Background Color
Expression' attribute. value - the new value of the 'Background Color Expression' attribute.getBackgroundColorExpression()java.lang.String getFontNameExpression()
setFontNameExpression(String),
EefPackage.getEEFHyperlinkStyle_FontNameExpression()void setFontNameExpression(java.lang.String value)
Font Name
Expression' attribute. value - the new value of the 'Font Name Expression' attribute.getFontNameExpression()java.lang.String getFontSizeExpression()
setFontSizeExpression(String),
EefPackage.getEEFHyperlinkStyle_FontSizeExpression()void setFontSizeExpression(java.lang.String value)
Font Size
Expression' attribute. value - the new value of the 'Font Size Expression' attribute.getFontSizeExpression()java.lang.String getFontStyleExpression()
setFontStyleExpression(String),
EefPackage.getEEFHyperlinkStyle_FontStyleExpression()void setFontStyleExpression(java.lang.String value)
Font Style
Expression' attribute. value - the new value of the 'Font Style Expression' attribute.getFontStyleExpression()