Interface IXLTheme
- Namespace
- SlapKit.Excel.Excel
- Assembly
- SlapKit.Excel.dll
public interface IXLTheme
- Extension Methods
-
Properties
Accent1
XLColor Accent1 { get; set; }
Property Value
- XLColor
Accent2
XLColor Accent2 { get; set; }
Property Value
- XLColor
Accent3
XLColor Accent3 { get; set; }
Property Value
- XLColor
Accent4
XLColor Accent4 { get; set; }
Property Value
- XLColor
Accent5
XLColor Accent5 { get; set; }
Property Value
- XLColor
Accent6
XLColor Accent6 { get; set; }
Property Value
- XLColor
Background1
XLColor Background1 { get; set; }
Property Value
- XLColor
Background2
XLColor Background2 { get; set; }
Property Value
- XLColor
FollowedHyperlink
XLColor FollowedHyperlink { get; set; }
Property Value
- XLColor
Hyperlink
XLColor Hyperlink { get; set; }
Property Value
- XLColor
Text1
XLColor Text1 { get; set; }
Property Value
- XLColor
Text2
XLColor Text2 { get; set; }
Property Value
- XLColor
Methods
ResolveThemeColor(XLThemeColor)
XLColor ResolveThemeColor(XLThemeColor themeColor)
Parameters
themeColor XLThemeColor
Returns
- XLColor