篇一:所有图片加边框
1.单击“Office 按钮”
2.单击“常用”。 ,然后单击“Word 选项”。
3.在“使用 Word 时采用的首选项”之下选中“在功能区显示‘开发工具’选项卡”复选框。
注释功能区是 Microsoft Office Fluent 用户界面的一个组件。
●使用 Visual Basic for Applications
创建宏
编辑宏
运行宏
OutsideLineWidth = wdLineWidth300pt
上面这一段是你贴出来的,对应着3.0磅,你需要的是0.5磅。应该吧后面的300pt改成50pt。试试看吧。
OutsideLineStyle = wdLineStyleThinThickSmallGap
这一段定义边框类型,wdLineStyleThinThickSmallGap改成wdLineStyle Single
Sub Example()
Dim oInlineShape As InlineShape
Application.ScreenUpdating = False
For Each oInlineShape In ActiveDocument.InlineShapesWith oInlineShape.Borders
.OutsideLineStyle = wdLineStyleEmboss3D .OutsideColorIndex = wdColorAutomatic .OutsideLineWidth = wdLineWidth150ptEnd With
Next
Application.ScreenUpdating = True
End Sub
篇二:精美边框素材 word边框模板 电子板报 PPT课件背景
篇三:用PS制作的的精美图片边框
用PS制作的的精美图片边框(网络中最全的)精品
《精美边框图片》出自:百味书屋
链接地址:http://www.850500.com/news/69092.html
转载请保留,谢谢!