【发布时间】:2010-03-04 20:36:14
【问题描述】:
我在 powerpoint 插件中有这段代码,但它不起作用并给了我一个例外。异常说:
“值不在预期范围内”。
任何想法我做错了什么?
this.Application.ActivePresentation.ExportAsFixedFormat(path,
PpFixedFormatType.ppFixedFormatTypeXPS,
PpFixedFormatIntent.ppFixedFormatIntentPrint,
Microsoft.Office.Core.MsoTriState.msoTrue,
PpPrintHandoutOrder.ppPrintHandoutHorizontalFirst,
PpPrintOutputType.ppPrintOutputSlides,
Microsoft.Office.Core.MsoTriState.msoTrue,
null,
PpPrintRangeType.ppPrintAll,
null,
true,
true,
true,
false,
false,
null
);
【问题讨论】:
标签: c# ms-office add-in powerpoint