Sort Score
Result 10 results
Languages All
Labels All
Results 5,101 - 5,110 of 129,321 for

presentation

(0.1 sec)
  1. 搜索

    搜索... 首先,創建一個新的 PPT 或使用 Presentation 類加載現有的 PPT。 然後,使用 AddAutoShape()...ThreeDFormat 中的屬性應用 3D 效果。 最後,使用 Presentation.Save(String, SaveFormat)...

    blog.aspose.com/zh-hant/slides/create-three-d-e...
  2. Online XSLFO to PPTM Conversion or Build .NET b...

    Free online app to convert XSLFO to PPTM files. .NET C# conversion library code for XSLFO documents....Load PPTX file by using Presentation class Save the document...instance of Presentation Presentation presentation = new Presentation...

    products.aspose.com/total/net/conversion/xslfo-...
  3. 使用 PHP 管理演示文稿中的音频|Aspose.Slides for PHP 文档

    在 Aspose.Slides for PHP 中创建和控制音频帧——提供嵌入、剪裁、循环以及在 PPT、PPTX 和 ODP 演示文稿中配置播放的代码示例。... 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 加载要嵌入到幻灯片中的音频文件流。...实例化表示演示文稿文件的 Presentation 类 $pres = new Presentation (); try { #...

    docs.aspose.com/slides/zh/php-java/audio-frame/
  4. Online PCL to Powerpoint Conversion or Build .N...

    Free online app to convert PCL to Powerpoint files. .NET C# conversion library code for PCL documents....Load PPTX file by using Presentation class Save the document...instance of Presentation Presentation presentation = new Presentation...

    products.aspose.com/total/net/conversion/pcl-to...
  5. Convert PDF to PNG in C# | products.aspose.com

    Convert PDF to PNG in C#. Use .NET library API to convert PDF pages to PNG images...Create an instance of the Presentation class. Load the PDF file...to PNG using (Presentation pres = new Presentation()) { pres.Slides...

    products.aspose.com/slides/net/conversion/pdf-t...
  6. Convert PPSM to SVG using C++ application | pro...

    Sample C++ conversion code for PPSM document to SVG format. Use example code for batch PPSM to SVG conversion within any C++ Application....Slides for C++ Presentation Object. Call the Save()...SharedPtr<Presentation> prs = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/ppsm-...
  7. Convert TIFF to XML using C++ application | pro...

    Sample C++ conversion code for TIFF document to XML format. Use example code for batch TIFF to XML conversion within any C++ Application....Slides for C++ Presentation Object. Call the Save()...SharedPtr<Presentation> prs = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/tiff-...
  8. Convert PPT to SVG using C++ application | prod...

    Sample C++ conversion code for PPT document to SVG format. Use example code for batch PPT to SVG conversion within any C++ Application....Slides for C++ Presentation Object. Call the Save()...SharedPtr<Presentation> prs = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/ppt-t...
  9. Convert PPSX to XML using C++ application | pro...

    Sample C++ conversion code for PPSX document to XML format. Use example code for batch PPSX to XML conversion within any C++ Application....Slides for C++ Presentation Object. Call the Save()...SharedPtr<Presentation> prs = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/ppsx-...
  10. 使用 C++ 在演示文稿中管理 ActiveX 控件|Aspose.Slides 文档

    了解 Aspose.Slides for C++ 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发者提供对幻灯片的强大控制。...要在幻灯片上管理诸如文本框和简易命令按钮等简单的 ActiveX 控件: 创建 Presentation 类的实例并加载其中包含 ActiveX 控件的演示文稿。...auto presentation = System :: MakeObject < Presentation > ( u...

    docs.aspose.com/slides/zh/cpp/activex/