Table of Contents

Class ExcelFont

Namespace
OfficeOpenXml.Style
Assembly
Magicodes.EPPlus.dll
public sealed class ExcelFont : StyleBase
Inheritance
ExcelFont
Inherited Members
Extension Methods

Properties

Bold

public bool Bold { get; set; }

Property Value

bool

Color

public ExcelColor Color { get; }

Property Value

ExcelColor

Family

public int Family { get; set; }

Property Value

int

Italic

public bool Italic { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

Scheme

public string Scheme { get; set; }

Property Value

string

Size

public float Size { get; set; }

Property Value

float

Strike

public bool Strike { get; set; }

Property Value

bool

UnderLine

public bool UnderLine { get; set; }

Property Value

bool

UnderLineType

public ExcelUnderLineType UnderLineType { get; set; }

Property Value

ExcelUnderLineType

VerticalAlign

public ExcelVerticalAlignmentFont VerticalAlign { get; set; }

Property Value

ExcelVerticalAlignmentFont

Methods

SetFromFont(Font)

public void SetFromFont(Font Font)

Parameters

Font Font