Class Font
Inheritance
System.Object
Font
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Font : AbstractFont
Constructors
Font()
Declaration
Font(Font)
Declaration
Parameters
Type |
Name |
Description |
Font |
other |
|
Font(String)
Declaration
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
Outline
Declaration
public bool Outline { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Create()
Declaration
public static Font Create()
Returns
SetBold()
Declaration
Returns
SetItalic()
Declaration
Returns
SetStrikethrough()
Declaration
public Font SetStrikethrough()
Returns
WithColor(SpreadsheetColor)
Declaration
public Font WithColor(SpreadsheetColor color)
Parameters
Returns
WithUnderline(SpreadsheetUnderline)
Declaration
public Font WithUnderline(SpreadsheetUnderline value)
Parameters
Returns