Class RunContentColor

java.lang.Object
com.independentsoft.office.word.RunContentColor

public class RunContentColor extends Object
The Class RunContentColor.
  • Constructor Details

    • RunContentColor

      public RunContentColor()
      Instantiates a new run content color.
    • RunContentColor

      public RunContentColor(Color color)
      Instantiates a new run content color.
      Parameters:
      color - the color
    • RunContentColor

      public RunContentColor(Color color, ThemeColor themeColor)
      Instantiates a new run content color.
      Parameters:
      color - the color
      themeColor - the theme color
    • RunContentColor

      public RunContentColor(Color color, ThemeColor themeColor, int themeShade)
      Instantiates a new run content color.
      Parameters:
      color - the color
      themeColor - the theme color
      themeShade - the theme shade
    • RunContentColor

      public RunContentColor(Color color, ThemeColor themeColor, int themeShade, int themeTint)
      Instantiates a new run content color.
      Parameters:
      color - the color
      themeColor - the theme color
      themeShade - the theme shade
      themeTint - the theme tint
  • Method Details

    • clone

      public RunContentColor clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getColor

      public Color getColor()
      Gets the color.
      Returns:
      the color
    • setColor

      public void setColor(Color color)
      Sets the color.
      Parameters:
      color - the new color
    • getThemeColor

      public ThemeColor getThemeColor()
      Gets the theme color.
      Returns:
      the theme color
    • setThemeColor

      public void setThemeColor(ThemeColor themeColor)
      Sets the theme color.
      Parameters:
      themeColor - the new theme color
    • getThemeShade

      public int getThemeShade()
      Gets the theme shade.
      Returns:
      the theme shade
    • setThemeShade

      public void setThemeShade(int themeShade)
      Sets the theme shade.
      Parameters:
      themeShade - the new theme shade
    • getThemeTint

      public int getThemeTint()
      Gets the theme tint.
      Returns:
      the theme tint
    • setThemeTint

      public void setThemeTint(int themeTint)
      Sets the theme tint.
      Parameters:
      themeTint - the new theme tint