Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 141,302 for

pptx

(0.07 sec)
  1. Export EPUB to ODP in Android | products.aspose...

    Android API to Convert EPUB to ODP without using Microsoft Word...first step is to export EPUB to PPTX by using Aspose.PDF for Android...Java can be used to convert PPTX to ODP. Both APIs come under...

    products.aspose.com/total/android-java/conversi...
  2. C++ API to Convert CGM to POTM | products.aspos...

    Convert CGM to POTM via C++ without using Microsoft Word or Adobe Acrobat Reader...to export CGM to PPTX and then convert PPTX to POTM. It includes...allows you to export CGM to PPTX, while Aspose.Slides for C++...

    products.aspose.com/total/cpp/conversion/cgm-to...
  3. Export XML to PPS in Android | products.aspose.com

    Android API to Convert XML to PPS without using Microsoft Word...can be used to export XML to PPTX. The second API is Aspose.Slides...which can be used to convert PPTX to PPS. Both APIs are included...

    products.aspose.com/total/android-java/conversi...
  4. 在 Python 中格式化 PowerPoint 文本|Aspose.Slides for P...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中格式化和设置文本样式。通过强大的 Python 代码示例自定义字体、颜色、对齐方式等。...pptx" ) as presentation : presentation..."SomePresentation-out2.pptx" , slides . export . SaveFormat . PPTX ) 使用正则表达式突出显示文本...

    docs.aspose.com/slides/zh/python-net/text-forma...
  5. Group Presentation Shapes in .NET|Aspose.Slides...

    Learn to group and ungroup shapes in PowerPoint decks using Aspose.Slides for .NET—fast, step-by-step guide with free C# code....the modified presentation as a PPTX file. The example below adds...the PPTX file to disk pres . Save ( "GroupShape_out.pptx" , SaveFormat...

    docs.aspose.com/slides/net/group/
  6. How to Add Hyperlink to an Image in PowerPoint ...

    This article focuses on how to add hyperlink to an image in PowerPoint using Java. It also provide details steps for setting up the environment using the step wise approach and accomplish the task to add hyperlink to an image in PPT in Java....create Hyperlink for an Image in PPTX using Java use this application...Create Hyperlink for an Image in PPTX using Java Configure Aspose...

    kb.aspose.com/slides/java/how-to-add-hyperlink-...
  7. Group Presentation Shapes in Java|Aspose.Slides...

    Learn to group and ungroup shapes in PowerPoint decks using Aspose.Slides for Java—fast, step-by-step guide with free Java code....the modified presentation as a PPTX file. The example below adds...Write the PPTX file to disk pres . save ( "GroupShape.pptx" , SaveFormat...

    docs.aspose.com/slides/java/group/
  8. Group Presentation Shapes in PHP|Aspose.Slides ...

    Learn to group and ungroup shapes in PowerPoint decks using Aspose.Slides for PHP via Java — fast, step-by-step guide with free code....the modified presentation as a PPTX file. The example below adds...Write the PPTX file to disk $pres -> save ( "GroupShape.pptx" , SaveFormat...

    docs.aspose.com/slides/php-java/group/
  9. 在表格单元格中添加图片|Aspose.Slides 文档

    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" ; string ImageFile = "AsposeLogo...将修改后的演示文稿保存为 PPTX 文件 string FileName = "在表格单元格中添加图片.pptx" ; string...

    docs.aspose.com/slides/zh/net/add-image-in-tabl...
  10. Customize Chart Axes in Presentations Using Jav...

    Discover how to use Aspose.Slides for 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/java/chart-axis/