Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 141,302 for

pptx

(0.13 sec)
  1. Export CGM to PPS via C# API | products.aspose.com

    .NET API to Convert CGM to PPS without using Microsoft Word...transform the CGM file format into PPTX. This API provides a wide range...CGM file has been converted to PPTX, the second step is to use the...

    products.aspose.com/total/net/conversion/cgm-to...
  2. 在 .NET 中对演示文稿应用形状动画|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中创建和自定义形状动画。脱颖而出!... 将演示文稿写入磁盘,保存为 PPTX 文件。 下面的 C# 代码演示了如何对 AutoShape.... ByLevelParagraphs1 ; // 将 PPTX 文件保存到磁盘 pres . Save ( path +...

    docs.aspose.com/slides/zh/net/shape-animation/
  3. API Limitations|Aspose.Slides Documentation

    Know Aspose.Slides for Java limits: exports set fixed Application/Producer metadata in PPT, Pptx, ODP, and PDF—helping you plan integrations without surprises....that created or last saved a PPTX presentation. In Aspose.Slides...API for the formats above. For PPTX , the Application property is...

    docs.aspose.com/slides/java/api-limitations/
  4. Manage Presentation Hyperlinks in JavaScript|As...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Node.js—enhance interactivity and workflow in minutes....pptx" , aspose . slides . SaveFormat . Pptx ); } finally..."pres-out.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/manage-hyper...
  5. Adding Shapes to Presentation|Aspose.Slides Doc...

    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....the modified presentation as a PPTX file In the example given below...Prseetation class that represents the PPTX Presentation pres = new Presentation...

    docs.aspose.com/slides/net/adding-shapes-to-pre...
  6. Manage Slide Show in JavaScript|Aspose.Slides f...

    Manage slide shows in JavaScript with Aspose.Slides for Node.js. Control slide transitions, timings and more across PPT, Pptx and ODP formats with ease....pptx" , asposeSlides . SaveFormat . Pptx ); presentation...( "output.pptx" , asposeSlides . SaveFormat . Pptx ); presentation...

    docs.aspose.com/slides/nodejs-java/manage-slide...
  7. Manage Presentation Tables on Android|Aspose.Sl...

    Create & edit tables in PowerPoint slides with Aspose.Slides for Android. Discover simple Java code examples to streamline your table workflows....Presentation class that represents a PPTX file Presentation pres = new...pres . save ( "table.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/manage-table/
  8. 管理 PHP 中的演示文稿超链接|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java,轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升交互性和工作流。...pptx" , SaveFormat :: Pptx ); } finally { if...save ( "pres-out.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/zh/php-java/manage-hyper...
  9. Features|Aspose.Slides Documentation

    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....Hide ] Important Features PPT, PPTX, PDF and HTML Export Supported...

    docs.aspose.com/slides/jasperreports/features/
  10. Java 中的组演示形状|Aspose.Slides 文档

    学习使用 Aspose.Slides for Java 对 PowerPoint 幻灯片进行形状分组和取消分组——快速、一步步的指南,附带免费 Java 代码。... 将修改后的演示文稿保存为 PPTX 文件。 下面的示例向幻灯片添加组形状。 // 实例化 Presentation...)); // 将 PPTX 文件写入磁盘 pres . save ( "GroupShape.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/java/group/