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

pptx

(0.39 sec)
  1. 在 .NET 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C# 代码示例添加、格式化和编辑图表。... 将修改后的演示文稿另存为 PPTX 文件。 下面的 C# 代码演示了如何创建簇状柱形图: //...Separator = "/" ; // 将演示文稿保存为 PPTX 文件到磁盘。 presentation . Save (...

    docs.aspose.com/slides/zh/net/create-chart/
  2. Aspose.PUB Product Family

    Find answers about reading and converting PUB file format into different other file formats without Microsoft Publisher....Latest Answers Convert PUB to PPTX in Java Convert PUB to Word...Word in Java Convert PUB to PPTX in C# Convert PUB to Word in C#...

    kb.aspose.com/pub/
  3. Manage Presentation Zoom in JavaScript|Aspose.S...

    Create and customize Zoom with Aspose.Slides for Node.js — jump between sections, add thumbnails and transitions across PPT, Pptx and ODP presentations....the modified presentation as a PPTX file. This JavaScript code shows..."presentation.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/manage-zoom/
  4. Manage Presentation Notes on Android|Aspose.Sli...

    Customize presentation notes with Aspose.Slides for Android via Java. Seamlessly work with PowerPoint and OpenDocument notes to boost your productivity....pptx" ); try { // Removing notes...pres . save ( "test.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/presentation...
  5. Manage Presentation Notes in JavaScript|Aspose....

    Customize presentation notes in JavaScript with Aspose.Slides for Node.js. Seamlessly work with PowerPoint and OpenDocument notes to boost your productivity....pptx" ); try { // Removing notes...( "test.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/presentation...
  6. Remove Slides from Presentations in Python|Aspo...

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Get clear code examples and boost your workflow....pptx" ) as presentation : # Access..."output.pptx" , slides . export . SaveFormat . PPTX ) Remove...

    docs.aspose.com/slides/python-net/remove-slide-...
  7. How to Create PPT using Python

    This article explains how to create PPT using Python. You can use Python generate PowerPoint presentation and open that in MS PowerPoint for viewing....slide is saved on the disk as PPTX . Steps to Create PowerPoint...presentation is saved on the disk in PPTX format. Code to Create PPT using...

    kb.aspose.com/slides/python/how-to-create-ppt-u...
  8. How to Print PowerPoint Presentation in Python

    In this step by step tutorial, we will focus on how to print PowerPoint presentation in Python along with the detailed steps to set up the environment and verify the working sample code. You can use this example in any of Python supported environment to print PPT in Python without any dependency on Microsoft PowerPoint.... Steps to Print PPTX Presentation in Python Configure...source presentation to print PPTX in Python by creating an instance...

    kb.aspose.com/slides/python/how-to-print-powerp...
  9. 在 .NET 中自定义演示文稿的图表图例|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 自定义图表图例,以针对性图例格式优化 PowerPoint 演示文稿。... 将演示文稿写入为 PPTX 文件。 在下面的示例中,我们已为图表图例设置了位置和大小。...Save ( "Legend_out.pptx" , SaveFormat . Pptx ); 设置图例的字体大小 Aspose...

    docs.aspose.com/slides/zh/net/chart-legend/
  10. Manage Presentation Shapes in PHP|Aspose.Slides...

    Learn to create, edit and optimize shapes in Aspose.Slides for PHP via Java and deliver high-performance PowerPoint presentations....pptx" ); try { $slide = $pres ->...the modified presentation as a PPTX file. The example below adds...

    docs.aspose.com/slides/php-java/shape-manipulat...