标签: ms-office powerpoint watermark office-automation
我想通过使用powerpoint对象库从c#向powerpoint文件添加水印,但我找不到任何解释如何操作的示例/文档。
有可能吗?任何提示或建议?
答案 0 :(得分:3)
你需要添加Shape,将TextFrame.TextRange.Text设置为某个字符串,将TextFrame.TextRange.Font设置为大的,旋转形状,然后将其发送回去。
TextFrame.TextRange.Text
TextFrame.TextRange.Font