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 ThemeFontScheme class.
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.String
name
The name. |
System.String
latinMajorFontName
Name of the latin headings font. |
System.String
latinMinorFontName
Name of the latin body font. |
System.String
eastAsianMajorFontName
Name of the east asian headings font. |
System.String
eastAsianMinorFontName
Name of the east asian body font. |
System.String
complexScriptMajorFontName
Name of the complex script headings font. |
System.String
complexScriptMinorFontName
Name of the complex script body font. |
Properties
Item[ThemeFontType]
Gets the ThemeFonts with the specified font type.
Declaration
public ThemeFonts this[ThemeFontType fontType] { get; }
Parameters
ThemeFontType
fontType
|
Property Value
ThemeFonts
The theme fonts. |
Methods
Clone()
Creates deep copy of this theme font scheme.
Declaration
public ThemeFontScheme Clone()
Returns
ThemeFontScheme
The cloned theme font scheme. |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|