词条 | accent |
释义 | Accent 属性 VBA函数适用于CalloutFormat 对象 描述如果在标注文字和标注线之间有垂直的强调线,本属性为 True。Long 类型,可读写。 示例本示例向 myDocument 中添加椭圆和指向该椭圆的标注。该标注的文字没有边框,但用垂直的强调线分开标注文字和标注线。 Set myDocument = Worksheets(1) With myDocument.Shapes .AddShape msoShapeOval, 180, 200, 280, 130 With .AddCallout(msoCalloutTwo, 420, 170, 170, 40) .TextFrame.Characters.Text = "My oval" With .Callout .Accent = True .Border = False End With End With End With |
随便看 |
百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。