L
lb2000
Unregistered / Unconfirmed
GUEST, unregistred user!
我想获取ppt(PowerPoint)文件的内容
dtot:=CreateoleObject('PowerPoint.Application');
dtot.Presentations.Open(filename,?,?,?);
dtot.ActivePresentation.SaveAs(filename,?,?);
请问带问号的参数如何指定?
dtot:=CreateoleObject('PowerPoint.Application');
dtot.Presentations.Open(filename,?,?,?);
dtot.ActivePresentation.SaveAs(filename,?,?);
请问带问号的参数如何指定?