Interface IFontFormatting
High level representation for Font Formatting component of Conditional Formatting Settings.
Namespace: IronXL.Formatting
Assembly: IronXL.dll
Syntax
public interface IFontFormatting
Properties
EscapementType
Get or set the type of super or subscript for the font
Declaration
FontScript EscapementType { get; set; }
Property Value
Type | Description |
---|---|
FontScript | The type of the escapement. |
FontColor
Gets or sets the color of the font.
Declaration
string FontColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the font. |
FontHeight
Get or set the height of the font in px.
Declaration
int FontHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The font height in px. |
IsBold
Gets or sets a value indicating whether this font is bold.
Declaration
bool IsBold { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsItalic
Gets a value indicating whether this font is italic.
Declaration
bool IsItalic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
UnderlineType
Get or set the type of underlining for the font.
Declaration
FontUnderlineType UnderlineType { get; set; }
Property Value
Type | Description |
---|---|
FontUnderlineType | The type of the underline. |