Sort Score
Result 10 results
Languages All
Labels All
Results 3,031 - 3,040 of 119,527 for

presentation

(0.09 sec)
  1. Aspose.Slides for PHP via Java 14.9.0 中的公共 API ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....newImage) $presentation = new Presentation ( "presentation.pptx" );...第一个方法 # ... $imageData = $presentation -> getImages () -> get_Item...

    docs.aspose.com/slides/zh/php-java/public-api-a...
  2. Export MD to POTM via C# API | products.aspose.com

    .NET API to Convert MD to POTM without using Microsoft Word...second step is to use the Presentation Processing API, Aspose.Slides...been converted to PPTX, the Presentation Processing API, Aspose.Slides...

    products.aspose.com/total/net/conversion/md-to-...
  3. Group|Aspose.Slides for PHP Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....developers support richer presentations. Aspose.Slides for PHP via...Create an instance of the Presentation class. Obtain the reference...

    docs.aspose.com/slides/php-java/group/
  4. Render Presentations with Fallback Fonts in Pyt...

    Render Presentations with fallback fonts in Aspose.Slides for Python via .NET – keep text consistent across PPT, PPTX and ODP with step-by-step code samples....Render Presentations with Fallback Fonts in Python Contents [...With Presentation.Save() method we can save presentation in the...

    docs.aspose.com/slides/python-net/render-presen...
  5. 3D 图表|Aspose.Slides 文档

    在 C# 或 .NET 中为 PowerPoint 演示文稿设置 3D 图表的 rotationX, rotationY 和 depthpercents... 创建一个 Presentation 类的实例。 访问第一张幻灯片。 添加带有默认数据的图表。...// 创建一个 Presentation 类的实例 Presentation presentation = new Presentation...

    docs.aspose.com/slides/zh/net/3d-chart/
  6. Export EPUB to SWF via C# API | products.aspose...

    .NET API to Convert EPUB to SWF without using Microsoft Word...second step is to use the Presentation Processing API, Aspose.Slides...layout of the EPUB file. The Presentation Processing API, Aspose.Slides...

    products.aspose.com/total/net/conversion/epub-t...
  7. Export EPUB to XAML via C# API | products.aspos...

    .NET API to Convert EPUB to XAML without using Microsoft Word...second step is to use the Presentation Processing API, Aspose.Slides...files to other formats. The Presentation Processing API, Aspose.Slides...

    products.aspose.com/total/net/conversion/epub-t...
  8. Convert DOCM to POT in Android Apps or with fre...

    DOCM to POT conversion in your Android Phones without using Microsoft Word of PowerPoint or online. Test free DOCM to POT online converter quickly before integrating the code....Java, you can create a new Presentation, write HTML content in it...and convert PowerPoint presentations within their Android applications...

    products.aspose.com/total/android-java/conversi...
  9. Callout|Aspose.Slides Documentation

    PowerPoint chart callouts and data labels in C# or .NET...using ( Presentation presentation = new Presentation ()) { IChart...IChart chart = presentation . Slides [ 0 ]. Shapes . AddChart...

    docs.aspose.com/slides/net/callout/
  10. 图表轴|Aspose.Slides for PHP 文档

    如何编辑 PowerPoint 图表轴...请按照以下步骤操作: 创建一个 Presentation 类的实例。 访问第一张幻灯片。 添加一个带有默认数据的图表。...这个示例代码—上述步骤的实现—向您展示如何获取所需的值: $pres = new Presentation (); try { $chart = $pres...

    docs.aspose.com/slides/zh/php-java/chart-axis/