Excel.Interfaces.ChartTitleFormatLoadOptions interface

提供对图表标题的格式设置选项的访问权限。

注解

[ API 集:ExcelApi 1.1 ]

属性

$all

$all为 LoadOptions 指定将加载所有标量属性 (例如:Range.address) 但不加载导航属性 (例如: Range.format.fill.color) 。

border

表示图表标题的边框格式,包括颜色、线条样式和粗细。

font

表示对象的字体属性 (,例如字体名称、字号和颜色) 。

属性详细信息

$all

$all为 LoadOptions 指定将加载所有标量属性 (例如:Range.address) 但不加载导航属性 (例如: Range.format.fill.color) 。

$all?: boolean;

属性值

boolean

border

表示图表标题的边框格式,包括颜色、线条样式和粗细。

border?: Excel.Interfaces.ChartBorderLoadOptions;

属性值

注解

[ API 集:ExcelApi 1.7 ]

font

表示对象的字体属性 (,例如字体名称、字号和颜色) 。

font?: Excel.Interfaces.ChartFontLoadOptions;

属性值

注解

[ API 集:ExcelApi 1.1 ]