是否有可能插入新的 Slide Master?
Is there any possibility to insert new SlideMaster?
我正在尝试将幻灯片添加到演示文稿中,但这张幻灯片有不同的主控(主题、页脚等)。有什么方法可以使用 Interop.PowerPoint 将新的母版幻灯片添加到演示文稿中吗?
我研究了官方文档,但没有找到像其他库中那样的直接方法,例如 presentation.Masters.Add(newMaster);
由于PowerPoint的发展历史,对象名称有些奇怪。
Presentation.Designs.Add
我正在尝试将幻灯片添加到演示文稿中,但这张幻灯片有不同的主控(主题、页脚等)。有什么方法可以使用 Interop.PowerPoint 将新的母版幻灯片添加到演示文稿中吗?
我研究了官方文档,但没有找到像其他库中那样的直接方法,例如 presentation.Masters.Add(newMaster);
由于PowerPoint的发展历史,对象名称有些奇怪。
Presentation.Designs.Add