Show / Hide Table of Contents

Class AbstractFont

Inheritance
System.Object
AbstractFont
Font
FormattableFont
FormattingCellFont
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public abstract class AbstractFont : INotifyPropertyChanged

Constructors

AbstractFont()

Declaration
public AbstractFont()

AbstractFont(AbstractFont)

Declaration
protected AbstractFont(AbstractFont other)
Parameters
Type Name Description
AbstractFont other

Properties

Bold

Displays characters in bold face font style.

Declaration
public virtual bool Bold { get; set; }
Property Value
Type Description
System.Boolean

Charset

Declaration
public virtual int? Charset { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Color

Declaration
public virtual SpreadsheetColor Color { get; set; }
Property Value
Type Description
SpreadsheetColor

Italic

Declaration
public virtual bool Italic { get; set; }
Property Value
Type Description
System.Boolean

Name

Declaration
public abstract string Name { get; set; }
Property Value
Type Description
System.String

Scheme

Declaration
public virtual FontSchemeType Scheme { get; set; }
Property Value
Type Description
FontSchemeType

Shadow

Declaration
public bool Shadow { get; set; }
Property Value
Type Description
System.Boolean

Size

Declaration
public virtual double Size { get; set; }
Property Value
Type Description
System.Double

Strikethrough

Declaration
public virtual bool Strikethrough { get; set; }
Property Value
Type Description
System.Boolean

Subscript

Declaration
public virtual bool Subscript { get; set; }
Property Value
Type Description
System.Boolean

Superscript

Declaration
public bool Superscript { get; set; }
Property Value
Type Description
System.Boolean

Underline

Gets or sets the underline applied for the font.

Declaration
public virtual SpreadsheetUnderline Underline { get; set; }
Property Value
Type Description
SpreadsheetUnderline

Methods

Equals(AbstractFont)

Declaration
public bool Equals(AbstractFont f)
Parameters
Type Name Description
AbstractFont f
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

OnPropertyChanged(String)

Declaration
protected virtual void OnPropertyChanged(string propertyName = null)
Parameters
Type Name Description
System.String propertyName

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
PropertyChangedEventHandler
Back to top Generated by DocFX