Class DocumentTheme
Represents a theme.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Theming
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class DocumentTheme : NamedObjectBase, INamedObject
Constructors
DocumentTheme(String, ThemeColorScheme, ThemeFontScheme)
Initializes a new instance of the DocumentTheme class.
Declaration
public DocumentTheme(string name, ThemeColorScheme colorScheme, ThemeFontScheme fontScheme)
Parameters
System.String
name
The name. |
ThemeColorScheme
colorScheme
The color scheme. |
ThemeFontScheme
fontScheme
The font scheme. |
Properties
ColorScheme
Gets the color scheme.
Declaration
public ThemeColorScheme ColorScheme { get; }
Property Value
ThemeColorScheme
The color scheme. |
FontScheme
Gets the font scheme.
Declaration
public ThemeFontScheme FontScheme { get; }
Property Value
ThemeFontScheme
The font scheme. |
Methods
Clone()
Creates deep copy of this document theme.
Declaration
public DocumentTheme Clone()
Returns
DocumentTheme
The cloned document theme. |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()