Sort Score
Result 10 results
Languages All
Labels All
Results 6,851 - 6,860 of 128,468 for

presentation

(0.14 sec)
  1. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP Presentation solutions....Class Represent info about presentation. The Boolean property IsEncrypted...IsEncrypted gets True if a presentation is encrypted, otherwise...

    docs.aspose.com/slides/net/public-api-and-backw...
  2. Edit PDF in C# | products.aspose.com

    Edit PDF in C#. Use .NET library API to edit PDF document...to manipulate and edit presentations, PDF documents, and other...editing PDF using (Presentation pres = new Presentation()) { pres.Slides...

    products.aspose.com/slides/net/editor/pdf/
  3. 图表数据标签|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中设置 PowerPoint 图表数据标签及距离... Presentation (); try { var chart = pres...JavaScript 代码演示了该操作: // 创建 Presentation 类的实例 var pres = new aspose...

    docs.aspose.com/slides/zh/nodejs-java/chart-dat...
  4. Create and Apply WordArt Effects on Android|Asp...

    Create and customize WordArt effects in Aspose.Slides for Android. This step-by-step guide helps developers enhance Presentations with professional text in Java....this Java code: Presentation pres = new Presentation (); try { ISlide...Create an instance of the Presentation class. Obtain the reference...

    docs.aspose.com/slides/androidjava/wordart/
  5. 使用 PHP 在演示文稿中管理图表数据标签|Aspose.Slides for PHP 文档

    了解如何使用 Aspose.Slides for PHP via Java 在 PowerPoint 演示文稿中添加和格式化图表数据标签,以创建更具吸引力的幻灯片。...代码演示了如何在图表数据标签中设置数据精度: $pres = new Presentation (); try { $chart = $pres...代码演示了该操作: # 创建 Presentation 类的实例 $pres = new Presentation (); try {...

    docs.aspose.com/slides/zh/php-java/chart-data-l...
  6. 在 C# 中將 PPTX 轉換為視頻 | products.aspose.com

    在 C# 中將 PPTX 轉換為視頻。使用 .NET 庫 API 將 PowerPoint 轉換為視頻...Animation; using (Presentation presentation = new Presentation()) { //...animates it IAutoShape smile = presentation.Slides[ 0 ].Shapes.AddAutoShape(ShapeType...

    products.aspose.com/slides/zh-hant/net/conversi...
  7. 从 .NET 演示文稿获取形状的有效属性|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 如何计算并应用有效的形状属性,以实现精准的 PowerPoint 渲染。... using ( Presentation pres = new Presentation ( "Presentation1...以下代码示例展示了如何获取相机的有效属性。 using ( Presentation pres = new Presentation ( "Presentation1...

    docs.aspose.com/slides/zh/net/shape-effective-p...
  8. Convert EXCEL to PPT using Python or with free ...

    EXCEL to PPT conversion in your Python applications without using Microsoft Office or online. Test free EXCEL to PPT online converter quickly before integrating the code....PDF file into a PowerPoint presentation. In conclusion, Aspose.Total...Step 2 Load PDF file using Presentation class Call the save method...

    products.aspose.com/total/python-net/conversion...
  9. Convert PPSM to DOTM via C# .NET or with free O...

    Convert PowerPoint ppsm documents to Word dotm files with C#. Convert multiple files within ASP.NET or other .NET applications....Microsoft PowerPoint PPSM Presentation to Word DOTM document conversion...for any PowerPoint ppsm presentation to Word dotm files batch...

    products.aspose.com/total/net/conversion/ppsm-t...
  10. 形状效果|Aspose.Slides for PHP 文档

    对 PowerPoint 形状应用效果...OuterShadowEffect ): $pres = new Presentation (); try { $shape = $pres...代码演示如何对一个形状应用反射效果: $pres = new Presentation (); try { $shape = $pres...

    docs.aspose.com/slides/zh/php-java/shape-effect/