Show / Hide Table of Contents

Class FontEffects

2.5.26.1 fmFontEffects

Inheritance
System.Object
FontEffects
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public class FontEffects : object

Properties

AutoColor

Specifies whether the AutoColor effect has been applied to the font.

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

F

Bold

Specifies whether the Bold effect has been applied to the font.

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

A

Disabled

Specifies whether the Disabled effect has been applied to the font.

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

E

Italic

Specifies whether the Italic effect has been applied to the font.

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

B

Strikeout

Specifies whether the Strikeout effect has been applied to the font.

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

D

Underline

Specifies whether the Underline effect has been applied to the font.

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

C

Value

Declaration
public uint Value { get; set; }
Property Value
Type Description
System.UInt32
Back to top Generated by DocFX