Table of Contents

Interface IFont

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IFont : IExcelApplication, IOptimizedUpdate
Inherited Members

Properties

Color

Color Color { get; set; }

Property Value

Color

FontName

string FontName { get; set; }

Property Value

string

IsAutoColor

bool IsAutoColor { get; }

Property Value

bool

IsBold

bool IsBold { get; set; }

Property Value

bool

IsItalic

bool IsItalic { get; set; }

Property Value

bool

IsStrikethrough

bool IsStrikethrough { get; set; }

Property Value

bool

IsSubscript

bool IsSubscript { get; set; }

Property Value

bool

IsSuperscript

bool IsSuperscript { get; set; }

Property Value

bool

KnownColor

ExcelColors KnownColor { get; set; }

Property Value

ExcelColors

Size

double Size { get; set; }

Property Value

double

StrikethroughType

string StrikethroughType { get; set; }

Property Value

string

Underline

FontUnderlineType Underline { get; set; }

Property Value

FontUnderlineType

VerticalAlignment

FontVertialAlignmentType VerticalAlignment { get; set; }

Property Value

FontVertialAlignmentType

Methods

GetThemeColor(out ThemeColorType, out double)

bool GetThemeColor(out ThemeColorType type, out double tint)

Parameters

type ThemeColorType
tint double

Returns

bool

SetThemeColor(ThemeColorType, double)

void SetThemeColor(ThemeColorType type, double tint)

Parameters

type ThemeColorType
tint double