Excel.Interfaces.ChartFontLoadOptions interface
This object represents the font attributes (such as font name, font size, and color) for a chart object.
$all | Specifying |
bold | Represents the bold status of font. |
color | HTML color code representation of the text color (e.g., #FF0000 represents Red). |
italic | Represents the italic status of the font. |
name | Font name (e.g., "Calibri") |
size | Size of the font (e.g., 11) |
underline | Type of underline applied to the font. See |
Specifying $all
for the load options loads all the scalar properties (such as Range.address
) but not the navigational properties (such as Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
Represents the bold status of font.
bold?: boolean;
Property Value
boolean
Remarks
HTML color code representation of the text color (e.g., #FF0000 represents Red).
color?: boolean;
Property Value
boolean
Remarks
Represents the italic status of the font.
italic?: boolean;
Property Value
boolean
Remarks
Font name (e.g., "Calibri")
name?: boolean;
Property Value
boolean
Remarks
Size of the font (e.g., 11)
size?: boolean;
Property Value
boolean
Remarks
Type of underline applied to the font. See Excel.ChartUnderlineStyle
for details.
underline?: boolean;
Property Value
boolean
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: