Show / Hide Table of Contents

Class Font

Inheritance
System.Object
AbstractFont
Font
Inherited Members
AbstractFont.Bold
AbstractFont.Color
AbstractFont.Italic
AbstractFont.Scheme
AbstractFont.Shadow
AbstractFont.Size
AbstractFont.Strikethrough
AbstractFont.Subscript
AbstractFont.Superscript
AbstractFont.Underline
AbstractFont.Charset
AbstractFont.GetHashCode()
AbstractFont.Equals(Object)
AbstractFont.Equals(AbstractFont)
AbstractFont.PropertyChanged
AbstractFont.OnPropertyChanged(String)
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Font : AbstractFont

Constructors

Font()

Declaration
public Font()

Font(Font)

Declaration
public Font(Font other)
Parameters
Type Name Description
Font other

Font(String)

Declaration
public Font(string name)
Parameters
Type Name Description
System.String name

Properties

Condense

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

Extend

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

Name

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

Outline

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

Methods

Create()

Declaration
public static Font Create()
Returns
Type Description
Font

SetBold()

Declaration
public Font SetBold()
Returns
Type Description
Font

SetItalic()

Declaration
public Font SetItalic()
Returns
Type Description
Font

SetStrikethrough()

Declaration
public Font SetStrikethrough()
Returns
Type Description
Font

WithColor(SpreadsheetColor)

Declaration
public Font WithColor(SpreadsheetColor color)
Parameters
Type Name Description
SpreadsheetColor color
Returns
Type Description
Font

WithUnderline(SpreadsheetUnderline)

Declaration
public Font WithUnderline(SpreadsheetUnderline value)
Parameters
Type Name Description
SpreadsheetUnderline value
Returns
Type Description
Font
Back to top Generated by DocFX