1

我正在使用 C++ 创建一个 Powerpoint 2010 幻灯片(在 Windows 7 中)。我想填充 CShape 的 .bmp 文件中有一张图片。所以代码是这样做的:

_variant_t vPicName= L"MyPicture1";
CShape picShape(slideshapes.Item(vPicName));
CString fullBitmapFilePath = "C:\MyCode\MyPicture.bmp";
CFillFormat picFill(picShape.get_Fill());
picFill.UserPicture(fullBitmapFilePath);

该形状在 powerpoint 中被绘制为一个绿色框,但它没有填充图片。此完全相同的代码适用于 XP 上的 Office 2003。有小费吗?谢谢

4

0 回答 0