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

presentation

(0.17 sec)
  1. Manage Slide Transitions in Presentations on An...

    Discover how to customize slide transitions in Aspose.Slides for Android via Java, with step-by-step guidance for PowerPoint and OpenDocument Presentations....Manage Slide Transitions in Presentations on Android Contents [ Hide...below: Create an instance of Presentation class. Apply a Slide Transition...

    docs.aspose.com/slides/androidjava/slide-transi...
  2. 章节|Aspose.Slides for PHP 文档

    使用 Aspose.Slides 在 PHP 中管理幻灯片章节:轻松创建、重命名、重新排序,移动幻灯片到不同章节,并控制 PPT、PPTX 和 ODP 的可见性。...addSection () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); // 指定标记章节开始的幻灯片。...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  3. SmartArt|Aspose.Slides Documentation

    Work with SmartArt in Aspose.Slides for Android: create, edit, convert, and style diagrams with Java for PowerPoint and OpenDocument Presentations....addSmartArt () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/androidjava/examples/ele...
  4. SmartArt|Aspose.Slides Documentation

    Work with SmartArt in Aspose.Slides for Java: create, edit, convert, and style diagrams with Java for PowerPoint and OpenDocument Presentations....addSmartArt () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/java/examples/elements/s...
  5. Note|Aspose.Slides for Node.js via .NET Documen...

    Work with slide notes in Aspose.Slides for Node.js: add, read, edit, and export speaker notes in PPT, PPTX, and ODP using clear JavaScript examples....{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  6. Section|Aspose.Slides Documentation

    Manage slide sections in Aspose.Slides for .NET: create, rename, reorder, and group slides with C# examples for PPT, PPTX, and ODP....] Examples for managing presentation sections—add, access, remove...() { using var presentation = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/se...
  7. Manage SmartArt in PowerPoint Presentations in ...

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

    docs.aspose.com/slides/net/manage-smartart/
  8. 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 Java, with code examples....Convert PowerPoint Presentations to TIFF in Java Contents [ Hide...TIFF images, ensuring your presentations retain maximum visual fidelity...

    docs.aspose.com/slides/java/convert-powerpoint-...
  9. 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/
  10. 图表|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...