Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 130,530 for

presentation

(3.31 sec)
  1. Format PowerPoint Text in PHP|Aspose.Slides for...

    Format and style text in PowerPoint and OpenDocument Presentations using Aspose.Slides for PHP via Java. Customize fonts, colors, alignment, and more....feature: $pres = new Presentation ( "Presentation.pptx" ); try { ...feature: $pres = new Presentation ( "Presentation.pptx" ); try { $options...

    docs.aspose.com/slides/php-java/text-formatting/
  2. 在 Android 上管理演示文稿中的图片框|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java 将图片框添加到 PowerPoint 和 OpenDocument 演示文稿。简化工作流程并提升幻灯片设计。...Create a Picture Frame 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 通过向与演示文稿对象关联的...文件的 PresentationPresentation pres = new Presentation (); try...

    docs.aspose.com/slides/zh/androidjava/picture-f...
  3. Convert PPSX to BMP Using C++ | products.aspose...

    C++ conversion code for PPSX to BMP. Use the example code for batch PPSX to BMP conversion in C++ applications....editing, and converting presentation files. It allows developers...lines of code. Create a Presentation instance from the source...

    products.aspose.com/slides/cpp/conversion/ppsx-...
  4. Convert PPSX to JPEG Using C++ | products.aspos...

    C++ conversion code for PPSX to JPEG. Use the example code for batch PPSX to JPEG conversion in C++ applications....editing, and converting presentation files. It allows developers...lines of code. Create a Presentation instance from the source...

    products.aspose.com/slides/cpp/conversion/ppsx-...
  5. Convert PPSX to GIF Using C++ | products.aspose...

    C++ conversion code for PPSX to GIF. Use the example code for batch PPSX to GIF conversion in C++ applications....editing, and converting presentation files. It allows developers...lines of code. Create a Presentation instance from the source...

    products.aspose.com/slides/cpp/conversion/ppsx-...
  6. How to Add Hyperlink to an Image in PowerPoint ...

    This simple focuses on how to add hyperlink to an image in PowerPoint using Python. It covers the detailed configuration steps to set up the environment and accomplish the task to add hyperlink to an image in PPT in Python by executing the simple code....in the presentation Instantiate a default presentation using the...the Presentation class and access the first default slide from...

    kb.aspose.com/slides/python/how-to-add-hyperlin...
  7. Customize Chart Axes in Presentations Using PHP...

    Discover how to use Aspose.Slides for PHP via Java to customize chart axes in PowerPoint Presentations for reports and visualizations....Customize Chart Axes in Presentations Using PHP Contents [ Hide...Create an instance of the Presentation class. Access the first...

    docs.aspose.com/slides/php-java/chart-axis/
  8. Manage Audio Frames in Presentations in .NET|As...

    Create and control audio frames in Aspose.Slides for .NET—C# examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP Presentations....Manage Audio Frames in Presentations in .NET Contents [ Hide...Create an instance of the Presentation class. Get a slide’s reference...

    docs.aspose.com/slides/net/audio-frame/
  9. Add Ellipses to Presentations in C++|Aspose.Sli...

    Learn how to create, format, and manipulate ellipse shapes in Aspose.Slides for C++ across PPT and PPTX Presentations — C++ code examples included....Add Ellipses to Presentations in C++ Contents [ Hide ] Overview... and saving the updated presentation as a PPTX file. It also...

    docs.aspose.com/slides/cpp/ellipse/
  10. 在 .NET 中自定义演示文稿的饼图|Aspose.Slides 文档

    了解如何使用 Aspose.Slides 在 .NET 中创建和自定义饼图,可导出至 PowerPoint,瞬间提升您的数据叙事效果。...请按照以下步骤操作: 实例化 Presentation 类对象。 在幻灯片上添加图表。 指定图表的第二绘图选项。...。 // 创建 Presentation 类的实例 Presentation presentation = new Presentation...

    docs.aspose.com/slides/zh/net/pie-chart/