Class FormattableFont
Represents a Font which is linked to a formattable element.
Inheritance
System.Object
FormattableFont
Assembly: DRIT.Spreadsheet.dll
public class FormattableFont : AbstractFont
Constructors
Declaration
public FormattableFont(AbstractFormattable formattable)
Parameters
Properties
Get or set the font weight of the cell.
Declaration
public override bool Bold { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public override int? Charset { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Overrides
Declaration
public override SpreadsheetColor Color { get; set; }
Property Value
Overrides
Declaration
public override bool Italic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public override string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
public override FontSchemeType Scheme { get; set; }
Property Value
Overrides
Get or set the font size of the cell.
Declaration
public override double Size { get; set; }
Property Value
Type |
Description |
System.Double |
|
Overrides
Declaration
public override bool Strikethrough { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public override SpreadsheetUnderline Underline { get; set; }
Property Value
Overrides