开发者

Change Power Point layout in VBA

开发者 https://www.devze.com 2023-01-21 17:02 出处:网络
I\'m doing some VBA work. In VBA, there are Application, Presentaion, Slide, Window objects. Their corresponding documents are poorly constructed so I\'m confused how can I organize all my show into a

I'm doing some VBA work. In VBA, there are Application, Presentaion, Slide, Window objects. Their corresponding documents are poorly constructed so I'm confused how can I organize all my show into a templated manner, in which, original presentation slides are placed in the center with margin on four sides and have a sho开发者_C百科rt description and a image beneath the slide. Any ideas? Thanks a lot in advance!


This isn't easy to do, either with VBA or manually. PowerPoint isn't a flowdocument like Word where you can increase/decrease a page margin and the content will size/flow automatically.

The only thing I can think of that would be the simplest of all would be to save each slide as an image and then place those images on blank slides resized to about 75% of the original slide and placed in the center so that you have blank space on all four sides where you could put textboxes, etc in those margins. It's not a great solution, but probably the fastest.

0

精彩评论

暂无评论...
验证码 换一张
取 消