简体   繁体   中英

set LanguageID of powerpoint presentation

I want to set the LanguageId property of a Powerpoint Presentation, i know that I can access the LanguageId property of the individual slide like this

Slides[].Shapes[].TextFrame2.TextRange.LanguageID 

and set them using a foreach loop.

But, what if I want to set the LanguageId property at the commencement of Powerpoint Application, at the presentation level. How can I do that?

得到它了...

Presentation.DefaultLaguageID

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM