Class ThemeFontScheme
Represents the font scheme of a theme.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Theming
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class ThemeFontScheme : NamedObjectBase, INamedObject
Constructors
ThemeFontScheme(String, String, String, String, String, String, String)
Initializes a new instance of the Theme
Declaration
public ThemeFontScheme(string name, string latinMajorFontName = null, string latinMinorFontName = null, string eastAsianMajorFontName = null, string eastAsianMinorFontName = null, string complexScriptMajorFontName = null, string complexScriptMinorFontName = null)
Parameters
System. The name. |
System. Name of the latin headings font. |
System. Name of the latin body font. |
System. Name of the east asian headings font. |
System. Name of the east asian body font. |
System. Name of the complex script headings font. |
System. Name of the complex script body font. |
Properties
Item[ThemeFontType]
Gets the Theme
Declaration
public ThemeFonts this[ThemeFontType fontType] { get; }
Parameters
Theme
|
Property Value
Theme The theme fonts. |
Methods
Clone()
Creates deep copy of this theme font scheme.
Declaration
public ThemeFontScheme Clone()
Returns
Theme The cloned theme font scheme. |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|