Interface TextStyle

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TextStyleImpl

public interface TextStyle extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Text Style'.
Since:
0.10

The following features are supported:

See Also:
  • 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 enumeration UnderlineStyle.

      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

      void setUnderlineStyle(UnderlineStyle value)
      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

      void setFont(Font value)
      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

      void setForeground(Color value)
      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

      void setBackground(Color value)
      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

      void setUnderlineColor(Color value)
      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

      void setStrikeoutColor(Color value)
      Sets the value of the 'Strikeout Color' reference.
      Parameters:
      value - the new value of the 'Strikeout Color' reference.
      See Also: