Dzwebs.Net

撰写电脑技术杂文十余年

ShadowFormat对象

Admin | 2013-8-25 8:20:41 | 被阅次数 | 4856

温馨提示!

如果未能解决您的问题,请点击搜索;登陆可复制文章,点击登陆

  ShadowFormat 对象

  请参阅 属性 方法 事件 特性
  Shapes (Shape)
  ShadowFormat
  ColorFormat

  代表形状的阴影格式。

  使用 ShadowFormat 对象

  使用 Shadow 属性返回单个 ShadowFormat 对象。以下示例向 myDocument 中添加带有阴影的矩形。半透明的蓝色阴影印在该矩形的右边 5 磅和上面 3 磅。

  Set myDocument = ActivePresentation.Slides(1)
  With myDocument.Shapes.AddShape(msoShapeRectangle, _
          50, 50, 100, 200).Shadow
      .ForeColor.RGB = RGB(0, 0, 128)
      .OffsetX = 5
      .OffsetY = -3
      .Transparency = 0.5
      .Visible = True
  End With


该杂文来自: PowerPoint杂文

上一篇:Sequence、Sequences集合

下一篇:Shape对象的综合例子

网站备案号:

网站备案号:滇ICP备11001339号-7

版权属性:

Copyright 2007-2021-forever Inc. all Rights Reserved.

联系方式:

Email:dzwebs@126.com QQ:83539231 访问统计