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

presentation

(0.06 sec)
  1. How to Add Signature in PowerPoint using Java

    This sharp tutorial explains how to add signature in PowerPoint using Java. It contains all the details to set the environment, program flow and a runnable sample code to insert digital signature in PowerPoint using Java....while loading the source presentation file, adding additional...Java to sign the presentation Create a presentation Load the PFX...

    kb.aspose.com/slides/java/how-to-add-signature-...
  2. Convert ODP to PPTX in JavaScript|Aspose.Slides...

    Convert ODP to PPTX with Aspose.Slides for Node.js. Clean JavaScript code examples, batch tips, and high-quality results—no PowerPoint needed....Convert ODP to PPTX/PPT Presentation Aspose.Slides for Node.js...offers Presentation class that represents a presentation file....

    docs.aspose.com/slides/nodejs-java/convert-odp-...
  3. 使用 Java 管理演示文稿中的幻灯片切换|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Java 中自定义幻灯片切换,并提供针对 PowerPoint 和 OpenDocument 演示文稿的分步指导。...要创建一个简单的幻灯片切换效果,请按以下步骤操作: 创建一个 Presentation 类的实例。 通过 TransitionType...// 实例化 Presentation 类以加载源演示文稿文件 Presentation presentation = new...

    docs.aspose.com/slides/zh/java/slide-transition/
  4. Ink|Aspose.Slides for Python Documentation

    Handle digital ink on slides in Python with Aspose.Slides: add pen strokes, edit paths, set color and width, and export results for PowerPoint and OpenDocument.... Presentation ( "ink.pptx" ) as presentation : slide =...= presentation . slides [ 0 ] first_ink = None for shape in slide...

    docs.aspose.com/slides/python-net/examples/elem...
  5. Apply Shape Effects in Presentations in .NET|As...

    Transform your PPT and PPTX files with advanced shape effects using Aspose.Slides for .NET—create striking, professional slides in seconds....Apply Shape Effects in Presentations in .NET Contents [ Hide...to shapes in PowerPoint presentations. Apply a Shadow Effect To...

    docs.aspose.com/slides/net/shape-effect/
  6. Merge HTML Files in C++ | products.aspose.com

    Merge HTML files in C++. Use Aspose.Slides for C++ to combine HTML content and save the result as an HTML file....C++ API for working with presentation content and related formats... add their content to a Presentation , and save the merged output...

    products.aspose.com/slides/cpp/merger/html-to-h...
  7. Convert PPT to PPTX in Java|Aspose.Slides Docum...

    Convert legacy PPT Presentations to modern PPTX fast in Java with Aspose.Slides — clear tutorial, free code samples, no Microsoft Office dependency....how to convert PowerPoint Presentation in PPT format into PPTX...convert thousands of PPT presentations to PPTX format, the best...

    docs.aspose.com/slides/java/convert-ppt-to-pptx/
  8. How to Merge PowerPoint Presentations using Java

    This short article guides on how to merge PowerPoint Presentations using Java. It shares the required resources, a list of steps, and a runnable sample code to combine PPTX using Java....How to Merge PowerPoint Presentations using Java This short tutorial...how to merge PowerPoint presentations using Java . It provides...

    kb.aspose.com/slides/java/how-to-merge-powerpoi...
  9. Unlock Presentations using C++ | products.aspos...

    Unlock PowerPoint and OpenDocument Presentations in C++. Use Aspose.Slides for C++ to remove encryption and write protection....Unlock PPT PPTX ODP Unlock Presentations using C++ Use Aspose.Slides...and OpenDocument presentation files. Presentation Unlocking Code...

    products.aspose.com/slides/cpp/unlock/
  10. 在 Android 上的演示文稿中自定义图表轴|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Android via Java 在 PowerPoint 演示文稿中自定义图表轴,以用于报告和可视化。...按照以下步骤操作: 创建 Presentation 类的实例。 访问第一张幻灯片。 添加默认数据的图表。...Java 中获取所需的值: Presentation pres = new Presentation (); try { Chart...

    docs.aspose.com/slides/zh/androidjava/chart-axis/