Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 143,433 for

pptx

(0.06 sec)
  1. How to Hide a Slide in Presentation using C#

    We'll guide you through the steps in C# for how to hide a slide in Presentation using C#. By using a few lines of easy code you can hide a PPT slide using C#....Interop library for hiding a PPTX slide in C# . The application...presentation. Steps to Hide a Slide in PPTX in C# Set up your application...

    kb.aspose.com/slides/net/how-to-hide-a-slide-in...
  2. Manage Chart Workbooks in Presentations Using С...

    Discover Aspose.Slides for С++: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....pptx" ); auto chart = System :: ExplicitCast...MakeObject < Presentation > ( u "Test.pptx" ); auto chart = pres -> get_Slides...

    docs.aspose.com/slides/cpp/chart-workbook/
  3. Apply Shape Animations in Presentations Using C...

    Discover how to create and customize shape animations in PowerPoint presentations with Aspose.Slides for C++. Stand out!...the presentation to disk as a PPTX file. This C++ code shows you...ByLevelParagraphs1 ); // Save the PPTX file to disk pres -> Save (...

    docs.aspose.com/slides/cpp/shape-animation/
  4. 使用 Java 管理演示文稿中的表格单元格|Aspose.Slides 文档

    使用 Aspose.Slides for Java,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式设置,实现无缝的幻灯片自动化。...pptx" ); try { ITable table = ( ITable...将修改后的演示文稿保存为 PPTX 文件。 以下 Java 代码展示了如何删除表格单元格的边框: // 实例化表示 PPTX 文件的 Presentation...

    docs.aspose.com/slides/zh/java/manage-cells/
  5. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in Java for PowerPoint (PPT/Pptx) with practical code examples and best practices to enhance your data presentations....the modified presentation to a PPTX file. This Java code shows you..."SetChartSeriesOverla_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/chart-series/
  6. Export MD to XAML in Android | products.aspose.com

    Android API to Convert MD to XAML without using Microsoft Word...developers can export MD to PPTX. Then, using Aspose.Slides for...Android via Java, they can convert PPTX to XAML. This process can be...

    products.aspose.com/total/android-java/conversi...
  7. Export MD to PPT in Android | products.aspose.com

    Android API to Convert MD to PPT without using Microsoft Word...developers can export MD to PPTX by using Aspose.PDF for Android...After that, they can convert PPTX to PPT by using Aspose.Slides...

    products.aspose.com/total/android-java/conversi...
  8. Export XPS to POT in Android | products.aspose.com

    Android API to Convert XPS to POT without using Microsoft Word...first step is to export XPS to PPTX by using Aspose.PDF for Android...Java can be used to convert PPTX to POT. This API provides a...

    products.aspose.com/total/android-java/conversi...
  9. Export XPS to PPS in Android | products.aspose.com

    Android API to Convert XPS to PPS without using Microsoft Word...first you need to export XPS to PPTX by using Aspose.PDF for Android...Android via Java to convert PPTX to PPS. Both APIs are available...

    products.aspose.com/total/android-java/conversi...
  10. Customize Chart Axes in Presentations Using PHP...

    Discover how to use Aspose.Slides for PHP via Java to customize chart axes in PowerPoint presentations for reports and visualizations....pptx" , SaveFormat :: Pptx ); } finally { if..."SwitchChartRowColumn_out.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/chart-axis/