Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 142,066 for

pptx

(1.16 sec)
  1. Convert OTP to PNG in Python | products.aspose.com

    Sample code for OTP to PNG Python conversion. Use PowerPoint Python API for batch conversion OTP files to PNG files....to PNG HTML JPG PDF SVG PPT PPTX Convert OTP to PNG in Python...browser . Aspose PowerPoint PPTX library allows you to convert...

    products.aspose.com/slides/python-net/conversio...
  2. Get Shape Effective Properties from Presentatio...

    Discover how Aspose.Slides for PHP via Java calculates and applies effective shape properties for precise PowerPoint rendering....pptx" ); try { $shape = $pres ->...Presentation ( "Presentation1.pptx" ); try { $threeDEffectiveData...

    docs.aspose.com/slides/php-java/shape-effective...
  3. Extract Flash Objects from Presentations in PHP...

    Learn how to extract Flash objects from PowerPoint and OpenDocument slides with Aspose.Slides for PHP via Java, complete code samples and best practices....Presentation class that represents the PPTX $pres = new Presentation ();...PowerPoint formats such as PPT and PPTX, since it can load these containers...

    docs.aspose.com/slides/php-java/flash/
  4. 在 .NET 中管理演示文稿的图表工作簿|Aspose.Slides 文档

    探索适用于 .NET 的 Aspose.Slides:轻松管理 PowerPoint 和 OpenDocument 格式中的图表工作簿,以简化演示文稿数据。...pptx" )) { Chart chart = ( Chart...= new Presentation ( "chart2.pptx" )) { ISlide slide = pres ....

    docs.aspose.com/slides/zh/net/chart-workbook/
  5. 在 .NET 中向演示文稿图表添加趋势线|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 图表中快速添加和自定义趋势线——实用指南,帮助您吸引观众。... 将修改后的演示文稿写入 PPTX 文件。 以下代码用于创建带有趋势线的图表。 // 创建空的演示文稿..."ChartTrendLines_out.pptx" , SaveFormat . Pptx ); Add a Custom Line...

    docs.aspose.com/slides/zh/net/trend-line/
  6. 使用 PHP 管理演示文稿中的文本框|Aspose.Slides for PHP 文档

    Aspose.Slides for PHP 让您轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化。...TextBox 最后,通过 Presentation 对象写入 PPTX 文件。 以下 PHP 代码实现了上述步骤,示例演示了如何向幻灯片添加文本:...save ( "TextBox_out.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/zh/php-java/manage-textbox/
  7. Presentation Format|Aspose.Slides 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....pptx" ); switch ( info . LoadFormat...LoadFormat ) { case LoadFormat . Pptx : { break ; } case LoadFormat...

    docs.aspose.com/slides/net/presentation-format/
  8. Convert Excel to Pdf, Image, and other formats ...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML, and more using Aspose.Cells for C++.... Convert Excel Workbook to PPTX The Aspose.Cells API provides...spreadsheets to PPTX format. To export the workbook to PPTX, pass SaveFormat...

    docs.aspose.com/cells/go-cpp/convert-workbook-t...
  9. Animate PowerPoint Charts on Android|Aspose.Sli...

    Create stunning animated charts in Java with Aspose.Slides for Android. Boost presentations with dynamic visuals in PPT and Pptx files—get started now....pptx" ); try { // Get reference of..."AnimatingSeries_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/animated-cha...
  10. 使用 C++ 管理演示文稿中的图片框|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 将图片框添加到 PowerPoint 和 OpenDocument 演示文稿中。简化工作流程并提升幻灯片设计。... 将修改后的演示文稿写入为 PPTX 文件。 下面的 C++ 代码演示了如何创建图片框: //.../out/PictureFrameFormatti_out.pptx" ; const String filePath = u...

    docs.aspose.com/slides/zh/cpp/picture-frame/