跳至内容

Font

Font (Get 方法)

获取 OBJPROP_FONT (字体) 图表对象的属性。

string  Font()

返回值

对应的 OBJPROP_FONT 属性值

Font (Set 方法)

设置 OBJPROP_FONT (字体) 图表对象的属性。

bool  Font(
   const string  value      // 新值
   )

参数

value

[输入] 新的 OBJPROP_FONT 属性值。

返回值

true 如果成功, 否则 false。