Interface TextStyle
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TextStyleImpl
- Since:
- 0.10
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Background' reference.getFont()
Returns the value of the 'Font' reference.Returns the value of the 'Foreground' reference.Returns the value of the 'Strikeout Color' reference.Returns the value of the 'Underline Color' reference.Returns the value of the 'Underline Style' attribute.boolean
Returns the value of the 'Strikeout' attribute.boolean
Returns the value of the 'Underline' attribute.void
setBackground
(Color value) Sets the value of the 'Background
' reference.void
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.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isUnderline
boolean isUnderline()Returns the value of the 'Underline' attribute.If the meaning of the 'Underline' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Underline' attribute.
- See Also:
-
setUnderline
void setUnderline(boolean value) Sets the value of the 'Underline
' attribute.- Parameters:
value
- the new value of the 'Underline' attribute.- See Also:
-
getUnderlineStyle
UnderlineStyle getUnderlineStyle()Returns the value of the 'Underline Style' attribute. The literals are from the enumerationUnderlineStyle
.If the meaning of the 'Underline Style' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Underline Style' attribute.
- See Also:
-
setUnderlineStyle
Sets the value of the 'Underline Style
' attribute.- Parameters:
value
- the new value of the 'Underline Style' attribute.- See Also:
-
isStrikeout
boolean isStrikeout()Returns the value of the 'Strikeout' attribute.If the meaning of the 'Strikeout' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Strikeout' attribute.
- See Also:
-
setStrikeout
void setStrikeout(boolean value) Sets the value of the 'Strikeout
' attribute.- Parameters:
value
- the new value of the 'Strikeout' attribute.- See Also:
-
getFont
Font getFont()Returns the value of the 'Font' reference.If the meaning of the 'Font' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Font' reference.
- See Also:
-
setFont
Sets the value of the 'Font
' reference.- Parameters:
value
- the new value of the 'Font' reference.- See Also:
-
getForeground
Color getForeground()Returns the value of the 'Foreground' reference.If the meaning of the 'Foreground' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Foreground' reference.
- See Also:
-
setForeground
Sets the value of the 'Foreground
' reference.- Parameters:
value
- the new value of the 'Foreground' reference.- See Also:
-
getBackground
Color getBackground()Returns the value of the 'Background' reference.If the meaning of the 'Background' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Background' reference.
- See Also:
-
setBackground
Sets the value of the 'Background
' reference.- Parameters:
value
- the new value of the 'Background' reference.- See Also:
-
getUnderlineColor
Color getUnderlineColor()Returns the value of the 'Underline Color' reference.If the meaning of the 'Underline Color' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Underline Color' reference.
- See Also:
-
setUnderlineColor
Sets the value of the 'Underline Color
' reference.- Parameters:
value
- the new value of the 'Underline Color' reference.- See Also:
-
getStrikeoutColor
Color getStrikeoutColor()Returns the value of the 'Strikeout Color' reference.If the meaning of the 'Strikeout Color' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Strikeout Color' reference.
- See Also:
-
setStrikeoutColor
Sets the value of the 'Strikeout Color
' reference.- Parameters:
value
- the new value of the 'Strikeout Color' reference.- See Also:
-