public interface TextStyle
extends org.eclipse.emf.ecore.EObject
The following features are supported:
StylesPackage.getTextStyle()
Modifier and Type | Method and Description |
---|---|
Color |
getBackground()
Returns the value of the 'Background' reference.
|
Font |
getFont()
Returns the value of the 'Font' reference.
|
Color |
getForeground()
Returns the value of the 'Foreground' reference.
|
Color |
getStrikeoutColor()
Returns the value of the 'Strikeout Color' reference.
|
Color |
getUnderlineColor()
Returns the value of the 'Underline Color' reference.
|
UnderlineStyle |
getUnderlineStyle()
Returns the value of the 'Underline Style' attribute.
|
boolean |
isStrikeout()
Returns the value of the 'Strikeout' attribute.
|
boolean |
isUnderline()
Returns the value of the 'Underline' attribute.
|
void |
setBackground(Color value)
Sets the value of the '
Background ' reference. |
void |
setFont(Font value)
Sets the value of the '
Font ' reference. |
void |
setForeground(Color value)
Sets the value of the '
Foreground ' reference. |
void |
setStrikeout(boolean value)
Sets the value of the '
Strikeout ' attribute. |
void |
setStrikeoutColor(Color value)
Sets the value of the '
Strikeout Color ' reference. |
void |
setUnderline(boolean value)
Sets the value of the '
Underline ' attribute. |
void |
setUnderlineColor(Color value)
Sets the value of the '
Underline Color ' reference. |
void |
setUnderlineStyle(UnderlineStyle value)
Sets the value of the '
Underline Style ' attribute. |
boolean isUnderline()
If the meaning of the 'Underline' attribute isn't clear, there really should be more of a description here...
setUnderline(boolean)
,
StylesPackage.getTextStyle_Underline()
void setUnderline(boolean value)
Underline
' attribute.
value
- the new value of the 'Underline' attribute.isUnderline()
UnderlineStyle getUnderlineStyle()
UnderlineStyle
.
If the meaning of the 'Underline Style' attribute isn't clear, there really should be more of a description here...
UnderlineStyle
,
setUnderlineStyle(UnderlineStyle)
,
StylesPackage.getTextStyle_UnderlineStyle()
void setUnderlineStyle(UnderlineStyle value)
Underline Style
' attribute.
value
- the new value of the 'Underline Style' attribute.UnderlineStyle
,
getUnderlineStyle()
boolean isStrikeout()
If the meaning of the 'Strikeout' attribute isn't clear, there really should be more of a description here...
setStrikeout(boolean)
,
StylesPackage.getTextStyle_Strikeout()
void setStrikeout(boolean value)
Strikeout
' attribute.
value
- the new value of the 'Strikeout' attribute.isStrikeout()
Font getFont()
If the meaning of the 'Font' reference isn't clear, there really should be more of a description here...
setFont(Font)
,
StylesPackage.getTextStyle_Font()
void setFont(Font value)
Font
' reference.
value
- the new value of the 'Font' reference.getFont()
Color getForeground()
If the meaning of the 'Foreground' reference isn't clear, there really should be more of a description here...
setForeground(Color)
,
StylesPackage.getTextStyle_Foreground()
void setForeground(Color value)
Foreground
' reference.
value
- the new value of the 'Foreground' reference.getForeground()
Color getBackground()
If the meaning of the 'Background' reference isn't clear, there really should be more of a description here...
setBackground(Color)
,
StylesPackage.getTextStyle_Background()
void setBackground(Color value)
Background
' reference.
value
- the new value of the 'Background' reference.getBackground()
Color getUnderlineColor()
If the meaning of the 'Underline Color' reference isn't clear, there really should be more of a description here...
setUnderlineColor(Color)
,
StylesPackage.getTextStyle_UnderlineColor()
void setUnderlineColor(Color value)
Underline Color
' reference.
value
- the new value of the 'Underline Color' reference.getUnderlineColor()
Color getStrikeoutColor()
If the meaning of the 'Strikeout Color' reference isn't clear, there really should be more of a description here...
setStrikeoutColor(Color)
,
StylesPackage.getTextStyle_StrikeoutColor()
void setStrikeoutColor(Color value)
Strikeout Color
' reference.
value
- the new value of the 'Strikeout Color' reference.getStrikeoutColor()