How can I get to the text of an imported OLE object in PowerPoint via C#?

前端 未结 0 786
遇见更好的自我
遇见更好的自我 2020-11-21 05:48

I have successfully imported an RTF file into a PowerPoint slide using this line of code:

var rtfShape = PptSlide.Shapes.AddOLEObject(FileName: rtfFileName);
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题