Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 9,479 for

pptx

(0.03 sec)
  1. 管理表格|Aspose.Slides for Python 文档

    在 Python 中创建和管理 PowerPoint 演示中的表格...slides as slides # 实例化代表 PPTX 文件的 Presentation 类 with slides...( "table.pptx" , slides . export . SaveFormat . PPTX ) 标准表格中的编号...

    docs.aspose.com/slides/zh/python-net/manage-table/
  2. 管理表格|Aspose.Slides 文档

    在 C++ 中创建和管理 PowerPoint 演示文稿中的表格...代码演示了如何在演示文稿中创建表格: // 实例化一个代表 PPTX 文件的 Presentation 类 auto pres...-> Save ( u "table.pptx" , SaveFormat :: Pptx ); 标准表格中的编号 在标准表...

    docs.aspose.com/slides/zh/cpp/manage-table/
  3. 管理 OLE|Aspose.Slides 文档

    在 Java 中将 OLE 对象添加到 PowerPoint 演示文稿... 将修改后的演示文稿写入 PPTX 文件。 在下面的示例中,我们使用 Aspose.Slides...正确解释文件类型并选择正确的应用程序来打开该 OLE 对象。 // 实例化表示 PPTX 文件的 Presentation 类 Presentation...

    docs.aspose.com/slides/zh/java/manage-ole/
  4. Add Slide to Presentation|Aspose.Slides for Pyt...

    Add slide to presentation in Python...the PPTX file to the Disk pres . save ( "EmptySlide.pptx" , slides...slides . export . SaveFormat . PPTX ) Access Slide in Presentation...

    docs.aspose.com/slides/python-net/add-slide-to-...
  5. Add Slide to Presentation|Aspose.Slides Documen...

    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 PPTX file to the Disk pres . save ( "EmptySlide.pptx" , SaveFormat...SaveFormat . Pptx ); } finally { pres . dispose (); } Access...

    docs.aspose.com/slides/androidjava/add-slide-to...
  6. Convert PowerPoint Presentations to TIFF in Jav...

    Learn how to easily convert PowerPoint (PPT, Pptx) and OpenDocument (ODP) presentations to high-quality TIFF images using Aspose.Slides for Java. Step-by-step guide with code examples included....your PowerPoint slides (PPT, PPTX) and OpenDocument slides (ODP)...represents a presentation file (PPT, PPTX, ODP, etc.). Presentation presentation...

    docs.aspose.com/slides/java/convert-powerpoint-...
  7. Convert PowerPoint Presentations to TIFF in PHP...

    Learn how to easily convert PowerPoint (PPT, Pptx) and OpenDocument (ODP) presentations to high-quality TIFF images using Aspose.Slides for PHP via Java. Step-by-step guide with code examples included....your PowerPoint slides (PPT, PPTX) and OpenDocument slides (ODP)...represents a presentation file (PPT, PPTX, ODP, etc.). $presentation =...

    docs.aspose.com/slides/php-java/convert-powerpo...
  8. Import Presentation - C++ PowerPoint API|Aspose...

    Import PowerPoint presentation from PDF. Convert PDF to PowerPoint...pptx" , SaveFormat :: Pptx ); Tip You may want...u "MyPresentation.pptx" , SaveFormat :: Pptx ); Note You may also...

    docs.aspose.com/slides/cpp/import-presentation/
  9. Animated Text|Aspose.Slides Documentation

    Add animated text and effects to PowerPoint presentation in C# or .NET...pptx" )) { // select paragraph to..."AnimationEffectinPar.pptx" , SaveFormat . Pptx ); } Getting the Animation...

    docs.aspose.com/slides/net/animated-text/
  10. Audio Frame|Aspose.Slides for Python Documentation

    Add audio to PowerPoint presentation in Python...pptx" , slides . export . SaveFormat . PPTX ) Change..."example_out.pptx" , slides . export . SaveFormat . PPTX ) Change...

    docs.aspose.com/slides/python-net/audio-frame/