Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 143,422 for

pptx

(0.08 sec)
  1. 幻灯片|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中控制幻灯片:创建、克隆、重新排序、调整大小、设置背景,并对 PPT、Pptx 和 ODP 演示文稿应用过渡效果。...pptx" , aspose . slides . SaveFormat . Pptx ); } finally...slides . Presentation ( "slide.pptx" ); try { // 按索引访问幻灯片。 let firstSlide...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  2. Optimize Image Management in Presentations in ....

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for .NET, optimizing performance and automating your workflow....pptx" , SaveFormat . Pptx ); } Add Images from...pres . Save ( "pres.pptx" , SaveFormat . Pptx ); } Add Images to...

    docs.aspose.com/slides/net/image/
  3. Customize Chart Legends in Presentations in .NE...

    Customize chart legends with Aspose.Slides for .NET to optimize PowerPoint presentations with tailored legend formatting....Write the presentation as a PPTX file. In the example given below...Save ( "Legend_out.pptx" , SaveFormat . Pptx ); Set the Font Size...

    docs.aspose.com/slides/net/chart-legend/
  4. How to Export PowerPoint to Word using Java

    This tutorial guides on how to export PowerPoint to Word using Java. It provides configuration details, stepwise procedure and a runnable sample code to convert Pptx to DOCX using Java....an existing presentation say PPTX or PPT and then transform it...Word file. Code to Transform PPTX to DOCX using Java This code...

    kb.aspose.com/slides/java/how-to-export-powerpo...
  5. How to Convert PDF to PowerPoint using Java

    This tutorial contains information on how to convert PDF to PowerPoint using Java. It guides to set the environment, shares steps and a runnable sample code to change PDF to PowerPoint using Java.... Steps to Convert PDF to PPTX using Java Set the development...Aspose.PDF for Java to create PPTX Instantiate an object of PptxSaveOptions...

    kb.aspose.com/pdf/java/how-to-convert-pdf-to-po...
  6. Manage Chart Workbooks in Presentations in .NET...

    Discover Aspose.Slides for .NET: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....pptx" )) { Chart chart = ( Chart...= new Presentation ( "chart2.pptx" )) { ISlide slide = pres ....

    docs.aspose.com/slides/net/chart-workbook/
  7. 图表坐标轴|Aspose.Slides for Node.js via .NET 文档

    如何在 JavaScript 中编辑 PowerPoint 图表坐标轴...pptx" , aspose . slides . SaveFormat . Pptx ); } finally..."SwitchChartRowColumn_out.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/zh/nodejs-java/chart-axis/
  8. How to Create PowerPoint Presentation using C#

    We'll walk you through the steps in C# for how to create PowerPoint presentation using C#. By using a few lines of easy code in C# PPT presentation can be generated....properties Save the presentation as PPTX on the disk using the Save method...The above steps in C# create PPTX file without any dependence...

    kb.aspose.com/slides/net/how-to-create-powerpoi...
  9. 在 Android 上的演示文稿中应用形状动画|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Android via Java 在 PowerPoint 演示文稿中创建和自定义形状动画。脱颖而出!... 将演示文稿写入磁盘为 PPTX 文件。 下面的 Java 代码演示了如何对 AutoShape...// 将 PPTX 文件保存到磁盘 pres . save ( path + "AnimText_out.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/androidjava/shape-ani...
  10. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations using Aspose.Slides for С++. Add, format, and edit charts with practical code examples in С++....the modified presentation as a PPTX file. This C++ code shows you...= u "../out/NormalCharts_out.pptx" ; //Instantiates a presentation...

    docs.aspose.com/slides/cpp/create-chart/