Sort Score
Result 10 results
Languages All
Labels All
Results 2,491 - 2,500 of 141,302 for

pptx

(0.12 sec)
  1. 趋势线|Aspose.Slides for PHP 文档

    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 文件。 以下代码用于创建一个带有趋势线的图表。 # 创建一个..."ChartTrendLines_out.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/zh/php-java/trend-line/
  2. Manage Bulleted and Numbered Lists in Presentat...

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

    docs.aspose.com/slides/java/manage-bullet/
  3. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations with Aspose.Slides for Node.js. Add, format, and edit charts with practical code examples in JavaScript....the modified presentation as a PPTX file. This JavaScript code shows...presentation class that represents a PPTX file var pres = new aspose ...

    docs.aspose.com/slides/nodejs-java/create-chart/
  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. Manage OLE in Presentations on Android|Aspose.S...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Android via Java. Embed, update, and export OLE content seamlessly....the modified presentation as a PPTX file. In the example below,.... save ( "output.pptx" , SaveFormat . Pptx ); presentation ....

    docs.aspose.com/slides/androidjava/manage-ole/
  6. Manage PowerPoint Text Paragraphs on Android|As...

    Master paragraph formatting with Aspose.Slides for Android—optimize alignment, spacing & style in PPT, Pptx, and ODP presentations in Java....Presentation class that represents a PPTX file Presentation pres = new...//Write PPTX to Disk pres . save ( "multiParaPort_out.pptx" , SaveFormat...

    docs.aspose.com/slides/androidjava/manage-parag...
  7. Export PS to PPSX via C# API | products.aspose.com

    .NET API to Convert PS to PPSX without using Microsoft Word...transform the PS file format to PPTX. This API provides a wide range...Slides for .NET, to convert the PPTX to PPSX. This API provides a...

    products.aspose.com/total/net/conversion/ps-to-...
  8. Export CGM to POTX via C# API | products.aspose...

    .NET API to Convert CGM to POTX without using Microsoft Word...transform the CGM file format into PPTX. This API provides a wide range...Slides for .NET, to convert the PPTX to POTX. This API provides a...

    products.aspose.com/total/net/conversion/cgm-to...
  9. Manage OLE Objects in Presentations in .NET|Asp...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for .NET. Embed, update, and export OLE content seamlessly....the modified presentation as a PPTX file. In the example below,.... Save ( "output.pptx" , SaveFormat . Pptx ); } Add Linked OLE...

    docs.aspose.com/slides/net/manage-ole/
  10. 使用 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/