Controls the formatting of a range of characters in .
Inheritance
- IWorkbookFont
Properties
Section titled "Properties"Inherited from: FormattedFontBase
Gets or sets the value indicating whether the font is bold.
public ExcelDefaultableBoolean Bold { get; set; } ColorInfo
Section titled "ColorInfo"Inherited from: FormattedFontBase
Gets or sets the fore color of the font.
public WorkbookColorInfo ColorInfo { get; set; } Height
Section titled "Height"Inherited from: FormattedFontBase
Gets or sets the height of the font.
public int Height { get; set; } Italic
Section titled "Italic"Inherited from: FormattedFontBase
Gets or sets the value indicating whether the font is italic.
public ExcelDefaultableBoolean Italic { get; set; } Length
Section titled "Length"Inherited from: FormattedFontBase
Gets the number of characters covered by this font. Zero indicates the font controls from the to the end of the string.
public int Length { get; } Inherited from: FormattedFontBase
Gets or sets the name of the font.
public string Name { get; set; } StartIndex
Section titled "StartIndex"Inherited from: FormattedFontBase
Gets the index of the first character covered by this font.
public int StartIndex { get; } Strikeout
Section titled "Strikeout"Inherited from: FormattedFontBase
Gets or sets the value indicating whether the font is struck out.
public ExcelDefaultableBoolean Strikeout { get; set; } SuperscriptSubscriptStyle
Section titled "SuperscriptSubscriptStyle"Inherited from: FormattedFontBase
Gets or sets the value indicating whether the font is superscript or subscript.
public FontSuperscriptSubscriptStyle SuperscriptSubscriptStyle { get; set; } UnderlineStyle
Section titled "UnderlineStyle"Inherited from: FormattedFontBase
Gets or sets the underline style of the font.
public FontUnderlineStyle UnderlineStyle { get; set; } FormattedText
Section titled "FormattedText"Gets the which is controlled by this font.
public FormattedText FormattedText { get; } Methods
Section titled "Methods"SetFontFormatting(IWorkbookFont)
Section titled "SetFontFormatting(IWorkbookFont)"Inherited from: FormattedFontBase
Sets all properties of this font to the properties of the specified font.
public void SetFontFormatting(IWorkbookFont source) Parameters
- source:
IWorkbookFont