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

pptx

(0.07 sec)
  1. 管理字体 - PowerPoint Java API|Aspose.Slides 文档

    演示文稿通常包含文本和图像。本文展示了如何使用 PowerPoint Java API 配置幻灯片上文本段落的字体属性。... 将修改后的演示文稿保存为 PPTX 文件。 上述步骤的实现如下。它接收一个未装饰的演示文稿...图:输入文件中的文本 图:格式更新后的相同文本 // 实例化一个表示 PPTX 文件的 Presentation 对象 Presentation...

    docs.aspose.com/slides/zh/androidjava/manage-fo...
  2. Java 中的组演示形状|Aspose.Slides 文档

    学习使用 Aspose.Slides for Java 对 PowerPoint 幻灯片进行形状分组和取消分组——快速、一步步的指南,附带免费 Java 代码。... 将修改后的演示文稿保存为 PPTX 文件。 下面的示例向幻灯片添加组形状。 // 实例化 Presentation...)); // 将 PPTX 文件写入磁盘 pres . save ( "GroupShape.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/java/group/
  3. Remove Slides from Presentations in .NET|Aspose...

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for .NET. Get clear C# code examples and boost your workflow....pptx" )) { // Accesses a slide through..."modified_out.pptx" , Aspose . Slides . Export . SaveFormat . Pptx ); }...

    docs.aspose.com/slides/net/remove-slide-from-pr...
  4. Remove Slides from Presentations in PHP|Aspose....

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for PHP via Java. Get clear code examples and boost your workflow....pptx" ); try { # Accesses a slide...save ( "modified.pptx" , SaveFormat :: Pptx ); } finally { $pres...

    docs.aspose.com/slides/php-java/remove-slide-fr...
  5. Manage Chart Workbooks in Presentations Using J...

    Discover Aspose.Slides for Node.js via Java: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....pptx" ); try { var chart = pres ...slides . Presentation ( "chart2.pptx" ); try { var slide = pres ...

    docs.aspose.com/slides/nodejs-java/chart-workbook/
  6. Manage Text Boxes in Presentations with Python|...

    Aspose.Slides for Python via .NET makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation.... Save the presentation as a PPTX file. The following Python example..."TextBox.pptx" , slides . export . SaveFormat . PPTX ) Check Whether...

    docs.aspose.com/slides/python-net/manage-textbox/
  7. Export EXCEL to POWERPOINT in Android | product...

    Android API to Convert EXCEL to POWERPOINT without using Microsoft Word...Document class Save the document to PPTX format using save method Get...document in PPTX format document . save ( "output.pptx" , com ....

    products.aspose.com/total/android-java/conversi...
  8. Customize Error Bars in Presentation Charts wit...

    Learn how to add and customize error bars in charts with Aspose.Slides for Python via .NET—optimize data visuals in PowerPoint and OpenDocument presentations....the modified presentation to a PPTX file. import aspose.slides.charts..."ErrorBars_out.pptx" , slides . export . SaveFormat . PPTX ) Add Custom...

    docs.aspose.com/slides/python-net/error-bar/
  9. Convert OTT to POWERPOINT via C++ or with free ...

    Export OTT to POWERPOINT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free OTT to POWERPOINT online converter quickly before integrating the code....document to PPTX format using Save method and set Pptx as SaveFormat...presentation as Pptx pres -> Save ( output . pptx , Aspose :: Slides...

    products.aspose.com/total/cpp/conversion/ott-to...
  10. 在 Android 上的演示文稿中自定义图表轴|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Android via Java 在 PowerPoint 演示文稿中自定义图表轴,以用于报告和可视化。...pptx" , SaveFormat . Pptx ); } finally { if..."SwitchChartRowColumn_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/androidjava/chart-axis/