Class FontArrayWrapper
- Namespace
- Spire.Xls.Core.Spreadsheet
- Assembly
- Spire.XLS.dll
public class FontArrayWrapper : XlsObject, IDisposable, IFont, IExcelApplication, IOptimizedUpdate
- Inheritance
-
FontArrayWrapper
- Implements
-
- Inherited Members
-
Constructors
FontArrayWrapper(IXLSRange)
public FontArrayWrapper(IXLSRange range)
Parameters
range
IXLSRange
Properties
Color
public Color Color { get; set; }
Property Value
- Color
FontName
public string FontName { get; set; }
Property Value
- string
IsAutoColor
public bool IsAutoColor { get; }
Property Value
- bool
IsBold
public bool IsBold { get; set; }
Property Value
- bool
IsItalic
public bool IsItalic { get; set; }
Property Value
- bool
IsStrikethrough
public bool IsStrikethrough { get; set; }
Property Value
- bool
IsSubscript
public bool IsSubscript { get; set; }
Property Value
- bool
IsSuperscript
public bool IsSuperscript { get; set; }
Property Value
- bool
KnownColor
public ExcelColors KnownColor { get; set; }
Property Value
- ExcelColors
Size
public double Size { get; set; }
Property Value
- double
StrikethroughType
public string StrikethroughType { get; set; }
Property Value
- string
Underline
public FontUnderlineType Underline { get; set; }
Property Value
- FontUnderlineType
VerticalAlignment
public FontVertialAlignmentType VerticalAlignment { get; set; }
Property Value
- FontVertialAlignmentType
Methods
BeginUpdate()
[Obsolete("the method is implemented")]
public void BeginUpdate()
EndUpdate()
[Obsolete("the method is implemented")]
public void EndUpdate()
GetThemeColor(out ThemeColorType, out double)
public bool GetThemeColor(out ThemeColorType type, out double tint)
Parameters
type
ThemeColorType
tint
double
Returns
- bool
SetThemeColor(ThemeColorType, double)
public void SetThemeColor(ThemeColorType type, double tint)
Parameters
type
ThemeColorType
tint
double