Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 129,279 for

presentation

(0.36 sec)
  1. Convert PowerPoint Presentations to TIFF in Jav...

    Learn how to easily convert PowerPoint (PPT, PPTX) Presentations to high-quality TIFF images using Aspose.Slides for Node.js, with JavaScript code examples....Convert PowerPoint Presentations to TIFF in JavaScript Contents...TIFF images, ensuring your presentations retain maximum visual fidelity...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  2. SlideTransition|Aspose.Slides for PHP Documenta...

    Control slide transitions in PHP with Aspose.Slides: choose types, speed, sound, and timing to polish Presentations in PPT, PPTX and ODP....addSlideTransition () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); // Apply...

    docs.aspose.com/slides/php-java/examples/elemen...
  3. Format PowerPoint Shapes in C++|Aspose.Slides D...

    Learn how to format PowerPoint shapes in C++ using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....Create an instance of the Presentation class. Get a reference to...shape. Save the modified presentation as a PPTX file. The following...

    docs.aspose.com/slides/cpp/shape-formatting/
  4. Convert PowerPoint Presentations to TIFF in C++...

    Learn how to easily convert PowerPoint (PPT, PPTX) Presentations to high-quality TIFF images using Aspose.Slides for C++, with code examples....Convert PowerPoint Presentations to TIFF in C++ Contents [ Hide...TIFF images, ensuring your presentations retain maximum visual fidelity...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  5. Manage SmartArt in PowerPoint Presentations on ...

    Learn to build and edit PowerPoint SmartArt with Aspose.Slides for Android using clear Java code samples that speed up slide design and automation....SmartArt in PowerPoint Presentations on Android Contents [ Hide...node. Presentation pres = new Presentation ( "Presentation.pptx"...

    docs.aspose.com/slides/androidjava/manage-smart...
  6. Add Digital Signatures to Presentations in .NET...

    Learn how to digitally sign PowerPoint & OpenDocument files with Aspose.Slides for .NET. Secure your slides in seconds with clear code examples....Add Digital Signatures to Presentations in .NET Contents [ Hide...password protected powerpoint presentation, marked as created by a...

    docs.aspose.com/slides/net/digital-signature-in...
  7. 图表|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 掌握图表:创建、格式化、绑定数据,并使用 C++ 示例将图表导出为 PPT、PPTX 和 ODP。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); // 向第一张幻灯片添加一个简单的面积图。...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  8. 连接器|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for C++ 在 PPT、PPTX 和 ODP 演示文稿中添加、路由和设置形状之间的连接器样式。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); auto connector = slide...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  9. Remove Slides from Presentations in .NET|Aspose...

    Effortlessly remove slides from PowerPoint and OpenDocument Presentations with Aspose.Slides for .NET. Get clear C# code examples and boost your workflow....Remove Slides from Presentations in .NET Contents [ Hide ] If...Aspose.Slides provides the Presentation class that encapsulates...

    docs.aspose.com/slides/net/remove-slide-from-pr...
  10. VbaMacro|Aspose.Slides for PHP Documentation

    Work with VBA macros in PHP using Aspose.Slides: add or edit projects and modules, sign or remove macros, and save Presentations in PPT, PPTX and ODP....Add a VBA Macro Create a presentation with a VBA project and a...addVbaMacro () { $presentation = new Presentation (); try { $presentation...

    docs.aspose.com/slides/php-java/examples/elemen...