Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 133,786 for

pptx

(0.06 sec)
  1. Shape Effective Properties|Aspose.Slides Docume...

    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" ); try { IAutoShape shape =...Presentation ( "Presentation1.pptx" ); try { IThreeDFormatEffecti...

    docs.aspose.com/slides/androidjava/shape-effect...
  2. Shape Effective Properties|Aspose.Slides for No...

    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" ); try { var shape = pres ...Presentation ( "Presentation1.pptx" ); try { var threeDEffectiveData...

    docs.aspose.com/slides/nodejs-java/shape-effect...
  3. Aspose.Slides for Java 15.4.0 的公共 API 和不兼容的变更|A...

    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" , SaveFormat . Pptx ); 方法 IPresentation...pres . save ( "out.pptx" , SaveFormat . Pptx ); 方法 ISmartArt.setLayout(int)...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  4. 在 Java 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    在 Java 中创建 PowerPoint 演示文稿中的图表...PowerPoint 演示文稿图表 代码步骤: 创建一个表示 PPTX 文件的 Presentation 类的实例。 通过其索引获取幻灯片的引用。...为图表系列添加填充颜色。 为图表系列添加标签。 将修改后的演示文稿写入 PPTX 文件。 以下 Java 代码演示了如何创建普通图表: //...

    docs.aspose.com/slides/zh/androidjava/create-ch...
  5. C++ API to Convert TEX to PPT | products.aspose...

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

    products.aspose.com/total/cpp/conversion/tex-to...
  6. C++ API to Convert PS to POTX | products.aspose...

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

    products.aspose.com/total/cpp/conversion/ps-to-...
  7. C++ API to Convert PDF to OTP | products.aspose...

    Convert PDF to OTP via C++ without using Microsoft Word or Adobe Acrobat Reader...developers can export PDF to PPTX. And with Aspose.Slides for...C++, developers can convert PPTX to OTP. Both APIs come under...

    products.aspose.com/total/cpp/conversion/pdf-to...
  8. Convert JSON Format to PPSX via C++ | products....

    Parse JSON to PPSX in C++ without using Microsoft PowerPoint...a compressed version of the PPTX format and is used to store...developers can parse JSON to PPTX. After that, by using Aspose...

    products.aspose.com/total/cpp/conversion/json-t...
  9. 管理文本框|Aspose.Slides for PHP 文档

    使用 PHP 在 PowerPoint 幻灯片上创建文本框。在 PowerPoint 幻灯片中使用 PHP 在文本框或文本框架中添加列。使用 PHP 在 PowerPoint 幻灯片中添加带有超链接的文本框。...TextBox 最后,通过 Presentation 对象写入 PPTX 文件。 以下 PHP 代码—对上述步骤的实现—向您展示了如何在幻灯片上添加文本:...save ( "TextBox_out.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/zh/php-java/manage-textbox/
  10. 管理文本框|Aspose.Slides 文档

    在 C++ 中将文本框或文本框架添加到 PowerPoint 演示文稿...TextBox 最后,通过 Presentation 对象写出 PPTX 文件。 以下 C++ 代码—上述步骤的实现—向您展示了如何向幻灯片添加文本:...( u "TextBox_out.pptx" , SaveFormat :: Pptx ); 检查文本框形状 Aspose...

    docs.aspose.com/slides/zh/cpp/manage-textbox/