[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.FontInfo

Struct FontInfo

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

A struct that contains info of fonts that are used by workbook.

public struct FontInfo
Inherited Members
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Properties

Bold

A bool value indicates whether the font is bold.

public bool Bold { get; set; }

Property Value

bool

Italic

A bool value indicates whether the font is italic.

public bool Italic { get; set; }

Property Value

bool

Name

Get or sets the name of font.

public string Name { get; set; }

Property Value

string

Methods

Equals(object)

Equality.

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

Get hash code of font.

public override int GetHashCode()

Returns

int

Operators

operator ==(FontInfo, FontInfo)

Equality.

public static bool operator ==(FontInfo left, FontInfo right)

Parameters

left FontInfo
right FontInfo

Returns

bool

operator !=(FontInfo, FontInfo)

Inequality.

public static bool operator !=(FontInfo left, FontInfo right)

Parameters

left FontInfo
right FontInfo

Returns

bool