Interface FormatColorLinesTabBean

    • Method Detail

      • getColorPicker

        ShortcutList getColorPicker()
        Get the structure where the color picker has been saved, for having it rendered
        Returns:
        ShortcutList instance with the information about how the color picker was configured.
      • setColorPicker

        void setColorPicker​(ShortcutList colorPicker)
        Parameters:
        colorPicker - The colorPicker to set.
      • getBackgroundColor

        java.lang.String getBackgroundColor()
        Get the value specified for the background color setting for the selected target object(s).
        Returns:
        the value of the background color formatting setting of the current selected target object(s), a value with RGB format.
      • getTopBorderColor

        java.lang.String getTopBorderColor()
        Get the value specified for the top border color setting for the selected target object(s).
        Returns:
        the value of the top border color formatting setting of the current selected target object(s), a value with RGB format.
      • getTopBorderStyle

        int getTopBorderStyle()
        Get the value specified for the top border style setting for the selected target object(s).
        Returns:
        the value of the top border style formatting setting of the current selected target object(s).
      • getLeftBorderColor

        java.lang.String getLeftBorderColor()
        Get the value specified for the left border color setting for the selected target object(s).
        Returns:
        the value of the left border color formatting setting of the current selected target object(s), a value with RGB format.
      • getLeftBorderStyle

        int getLeftBorderStyle()
        Get the value specified for the left border style setting for the selected target object(s).
        Returns:
        the value of the left border style formatting setting of the current selected target object(s).
      • getRightBorderColor

        java.lang.String getRightBorderColor()
        Get the value specified for the right border color setting for the selected target object(s).
        Returns:
        the value of the right border color formatting setting of the current selected target object(s), a value with RGB format.
      • getRightBorderStyle

        int getRightBorderStyle()
        Get the value specified for the right border style setting for the selected target object(s).
        Returns:
        the value of the right border style formatting setting of the current selected target object(s).
      • getBottomBorderColor

        java.lang.String getBottomBorderColor()
        Get the value specified for the bottom border color setting for the selected target object(s).
        Returns:
        the value of the bottom border color formatting setting of the current selected target object(s), a value with RGB format.
      • getBottomBorderStyle

        int getBottomBorderStyle()
        Get the value specified for the bottom border style setting for the selected target object(s).
        Returns:
        the value of the bottom border style formatting setting of the current selected target object(s).