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?

有帮助吗?

解决方案

got it...

Presentation.DefaultLaguageID
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top