Interface TextStyle

    • Method Detail

      • 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(boolean), StylesPackage.getTextStyle_Underline()
      • setUnderline

        void setUnderline​(boolean value)
        Sets the value of the 'Underline' attribute.
        Parameters:
        value - the new value of the 'Underline' attribute.
        See Also:
        isUnderline()
      • 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(boolean), StylesPackage.getTextStyle_Strikeout()
      • setStrikeout

        void setStrikeout​(boolean value)
        Sets the value of the 'Strikeout' attribute.
        Parameters:
        value - the new value of the 'Strikeout' attribute.
        See Also:
        isStrikeout()
      • 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(Font), StylesPackage.getTextStyle_Font()
      • setFont

        void setFont​(Font value)
        Sets the value of the 'Font' reference.
        Parameters:
        value - the new value of the 'Font' reference.
        See Also:
        getFont()
      • 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(Color), StylesPackage.getTextStyle_Foreground()
      • setForeground

        void setForeground​(Color value)
        Sets the value of the 'Foreground' reference.
        Parameters:
        value - the new value of the 'Foreground' reference.
        See Also:
        getForeground()
      • 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(Color), StylesPackage.getTextStyle_Background()
      • setBackground

        void setBackground​(Color value)
        Sets the value of the 'Background' reference.
        Parameters:
        value - the new value of the 'Background' reference.
        See Also:
        getBackground()
      • 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:
        getUnderlineColor()
      • 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:
        getStrikeoutColor()