Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 144,289 for

pptx

(0.1 sec)
  1. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations in JavaScript using Aspose.Slides for Node.js. Step-by-step guide....Presentation class that represents a PPTX file var pres = new aspose ...presentation as a PPTX file pres . save ( "Bullet.pptx" , aspose ....

    docs.aspose.com/slides/nodejs-java/manage-bullet/
  2. 在 C++ 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C++ 示例代码添加、格式化和编辑图表。... 将修改后的演示文稿写入为 PPTX 文件。 以下 C++ 代码演示如何创建普通图表: //.../out/NormalCharts_out.pptx" ; //实例化一个表示 PPTX 文件的演示文稿类 SharedPtr...

    docs.aspose.com/slides/zh/cpp/create-chart/
  3. Manage Rows and Columns in PowerPoint Tables on...

    Manage table rows and columns in PowerPoint with Aspose.Slides for Android via Java and speed up presentation editing and data updates....pptx" ); try { // Accesses the first...pres . save ( "pres.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/manage-rows-...
  4. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with Aspose.Slides for Java and speed up presentation editing and data updates....pptx" ); try { // Accesses the first...pres . save ( "pres.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/manage-rows-and-col...
  5. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with Aspose.Slides for PHP via Java and speed up presentation editing and data updates....pptx" ); try { # Accesses the first...$pres -> save ( "pres.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/manage-rows-and...
  6. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to create and format bulleted, picture, multilevel, and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Node.js via Java....pptx" , aspose . slides . SaveFormat . Pptx ); } finally..."numbered_bullets.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/manage-lists/
  7. Animate PowerPoint Charts in PHP|Aspose.Slides ...

    Create stunning animated charts with Aspose.Slides for PHP via Java. 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/php-java/animated-charts/
  8. PDF Conversion Solution using Python via Java |...

    Convert PDF to DOCX, Pptx, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more using Aspose.PDF for Python for Java...DIR_OUTPUT + "convert_pdf_to_pptx_with_options.pptx" # Open PDF document...track the progress of PDF to PPTX conversion. This can be helpful...

    products.aspose.com/pdf/python-java/conversion/
  9. Manage Rows and Columns in PowerPoint Tables in...

    Manage table rows and columns in PowerPoint with Aspose.Slides for .NET and speed up presentation editing and data updates....pptx" ); // Accesses the first slide..."First_row_header.pptx" , SaveFormat . Pptx ); Clone a Table Row...

    docs.aspose.com/slides/net/manage-rows-and-colu...
  10. Is It Possible to Use Aspose.Slides in an Azure...

    Hi All, we are trying to use aspose.words (25.7.0) and aspose.slides (25.7.0) in a “plain” Azure Function App (Python 3.12) but as soon as we add the import for these packages the functions do not load anymore. We were …...HttpResponse: “”" HTTP POST: Accept PPTX bytes in the request body and...Query param: filename=yourdeck.pptx (optional) """ try: # If GET...

    forum.aspose.com/t/is-it-possible-to-use-aspose...