Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 143,958 for

pptx

(0.74 sec)
  1. C++ API to Convert TEX to PPS | products.aspose...

    Convert TEX to PPS via C++ without using Microsoft Word or Adobe Acrobat Reader...for C++, you can export TEX to PPTX, and with Aspose.Slides for...for C++, you can convert PPTX to PPS. Both APIs are included in...

    products.aspose.com/total/cpp/conversion/tex-to...
  2. Export EPUB to POWERPOINT via C# API | products...

    .NET API to Convert EPUB to POWERPOINT without using Microsoft Word...transform the EPUB file format into PPTX. The second step is to use the...Slides for .NET, to convert the PPTX to POWERPOINT. The PDF Processing...

    products.aspose.com/total/net/conversion/epub-t...
  3. C++ API to Convert PCL to SWF | products.aspose...

    Convert PCL to SWF via C++ without using Microsoft Word or Adobe Acrobat Reader...First, you can export PCL to PPTX by using Aspose.PDF for C++...Slides for C++, you can convert PPTX to SWF. Both APIs come under...

    products.aspose.com/total/cpp/conversion/pcl-to...
  4. 档案

    档案...Python 中创建 PowerPoint PPT 或 PPTX 演示文稿。此外,我们将演示如何在 PPT 演示文稿中动态添加幻灯片、文本、表格、图像和图表。...PPT 将幻灯片添加到 PPT/PPTX 演示文稿 在 PPT 中向幻灯片添加文本 在 PPTX 中创建表 在 PPT 中创建图表...

    blog.aspose.com/zh/slides/create-powerpoint-pre...
  5. Manage SmartArt in PowerPoint Presentations in ...

    Learn to build and edit PowerPoint SmartArt with Aspose.Slides for .NET using clear C# code samples that speed up slide design and automation....pptx" )) { ISlide slide = pres ....Write the presentation as a PPTX file. In the example given below...

    docs.aspose.com/slides/net/manage-smartart/
  6. 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/
  7. 在 .NET 中格式化 PowerPoint 形状|Aspose.Slides 文档

    了解如何在 C# 中使用 Aspose.Slides 对 PowerPoint 形状进行格式化——精确且完全控制地为 PPT 和 Pptx 文件设置填充、线条和效果样式。... 将修改后的演示文稿保存为 PPTX 文件。 // 实例化表示演示文稿文件的 Presentation...Color = Color . Blue ; // 将 PPTX 文件保存到磁盘。 presentation . Save...

    docs.aspose.com/slides/zh/net/shape-formatting/
  8. How to Convert PowerPoint to Tiff using Python

    This topic is about how to convert Presentation to TIFF using Python along with the detailed steps to set up the environment and verify the working sample code. You can also consider converting PPT to TIFF in Python using the same example code provided in this topic....in your project for exporting PPTX to TIFF Load the source presentation...Save method in Python converts PPTX to TIFF The above steps convert...

    kb.aspose.com/slides/python/how-to-convert-powe...
  9. 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...
  10. 在 .NET 中管理演示文稿的表格单元格|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/net/manage-cells/