Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 143,413 for

pptx

(0.11 sec)
  1. Manage Fonts in Presentations Using Java|Aspose...

    Control fonts in Java with Aspose.Slides: embed, substitute, and load custom fonts to keep PPT, Pptx and ODP presentations clear, brand-safe, and consistent....the modified presentation to a PPTX file. The implementation of...Presentation object that represents a PPTX file Presentation pres = new...

    docs.aspose.com/slides/java/manage-fonts/
  2. C++ API to Convert XML to POTX | products.aspos...

    Convert XML to POTX via C++ without using Microsoft Word or Adobe Acrobat Reader...can export XML documents to PPTX format. Then, with Aspose.Slides...Slides for C++, they can convert PPTX to POTX. This makes it easy...

    products.aspose.com/total/cpp/conversion/xml-to...
  3. C++ API to Convert XSLFO to PPS | products.aspo...

    Convert XSLFO to PPS via C++ without using Microsoft Word or Adobe Acrobat Reader...can be used to export XSLFO to PPTX. Aspose.Slides for C++ can be...be used to convert PPTX to PPS. Both APIs come under Aspose.Total...

    products.aspose.com/total/cpp/conversion/xslfo-...
  4. C++ API to Convert XSLFO to PPTM | products.asp...

    Convert XSLFO to PPTM via C++ without using Microsoft Word or Adobe Acrobat Reader...to PPTX by using Aspose.PDF for C++ and then convert PPTX to...XSLFO to PPTX by using Save method function Load PPTX document...

    products.aspose.com/total/cpp/conversion/xslfo-...
  5. 档案

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

    blog.aspose.com/zh/slides/create-powerpoint-pre...
  6. Optimize Image Management in Presentations Usin...

    Streamline image management in PowerPoint and OpenDocument with JavaScript and Aspose.Slides for Node.js, optimizing performance and automating your workflow....pptx" , aspose . slides . SaveFormat . Pptx ); } finally...Writes the PPTX file to disk pres . save ( "OleEmbed_out.pptx" , aspose...

    docs.aspose.com/slides/nodejs-java/image/
  7. C++ API to Convert PS to PPTM | products.aspose...

    Convert PS to PPTM via C++ without using Microsoft Word or Adobe Acrobat Reader...used to export PS to PPTX and convert PPTX to PPTM respectively...Convert PS to PPTX by using Save method function Load PPTX document...

    products.aspose.com/total/cpp/conversion/ps-to-...
  8. C++ API to Convert PDF to POTX | products.aspos...

    Convert PDF to POTX via C++ without using Microsoft Word or Adobe Acrobat Reader...used to export PDF to PPTX and convert PPTX to POTX, respectively...Convert PDF to PPTX by using Save method function Load PPTX document...

    products.aspose.com/total/cpp/conversion/pdf-to...
  9. 在 .NET 中管理演示文稿的表格单元格|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/net/manage-cells/
  10. Manage Presentation Zoom in C++|Aspose.Slides D...

    Create and customize Zoom with Aspose.Slides for C++ — jump between sections, add thumbnails and transitions across PPT, Pptx and ODP presentations....the modified presentation as a PPTX file. This C++ code shows you...( u "presentation.pptx" , SaveFormat :: Pptx ); Create Zoom Frames...

    docs.aspose.com/slides/cpp/manage-zoom/