FontSize 属性

       

返回或设置指定“艺术字”的字体大小,以磅为单位。Single 类型,可读写。

示例

本示例将活动文档中名为“WordArt 2”的图形的字符大小设为 16 磅。

Dim docActive As Document

Set docActive = ActiveDocument

docActive.Shapes("WordArt 2").TextEffect.FontSize = 16