17 public class ThemeColor : ITypedColor<Theme.ColorSchemeElement>
56 public override bool Equals(
object obj)
ThemeColor()
Default constructor.
ThemeColor(Theme.ColorSchemeElement color)
Constructor with parameters.
override bool Equals(object obj)
Determines whether the specified object is equal to the current system color instance.
override int GetHashCode()
Gets the hash code of the instance.
Theme.ColorSchemeElement ColorValue
Gets or sets the color scheme element.
string StringValue
Gets the internal, numeric OOXML string value of the enum, defined in ColorValue.
Class representing an Office theme.
ColorSchemeElement
Enum to define the sequence index of color scheme element, used in the implementations of Interfaces....
Class providing static methods to parse string values to specific types or to print object as languag...
static string ToString(int input)
Transforms an integer to an invariant sting.