Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 128,671 for

pptx

(0.18 sec)
  1. 形状有效属性|Aspose.Slides for Python 文档

    在Python中获取PowerPoint演示文稿中的有效形状属性...pptx" ) as pres : shape = pres ....Presentation ( path + "Presentation1.pptx" ) as pres : threeDEffectiveData...

    docs.aspose.com/slides/zh/python-net/shape-effe...
  2. 形状有效属性|Aspose.Slides for PHP 文档

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

    docs.aspose.com/slides/zh/php-java/shape-effect...
  3. Add Slide to Presentation|Aspose.Slides for Nod...

    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" , aspose...aspose . slides . SaveFormat . Pptx ); } finally { pres . dispose...

    docs.aspose.com/slides/nodejs-java/add-slide-to...
  4. Add Picture Frame to Presentation|Aspose.Slides...

    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. The above steps are implemented...Prseetation class that represents the PPTX Presentation pres = new Presentation...

    docs.aspose.com/slides/net/add-picture-frame-to...
  5. Convert Excel to Pdf, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more.... Convert Excel Workbook to PPTX The Aspose.Cells API provides...spreadsheets to PPTX format. To export the workbook to PPTX, pass SaveFormat...

    docs.aspose.com/cells/net/convert-workbook-to-d...
  6. Access Slide in Presentation|Aspose.Slides Docu...

    Access PowerPoint slide by index, ID, or position in C# or .NET. Edit slide properties...pptx" ); // Gets a slide's reference...Presentation ( "AccessSlides.pptx" ); // Gets a slide ID uint...

    docs.aspose.com/slides/net/access-slide-in-pres...
  7. Access Slide in Presentation|Aspose.Slides for ...

    Access PowerPoint slide by index, ID, or position . Edit slide properties...pptx" ); try { # Accesses a slide...$pres = new Presentation ( "demo.pptx" ); try { # Gets a slide ID...

    docs.aspose.com/slides/php-java/access-slide-in...
  8. Convert CSV to POWERPOINT using Java or with fr...

    Java API to Export CSV to POWERPOINT or online with using Excel or Word or online. Test free CSV to DOC online converter quickly before integrating the code....document to PPTX format using save method and set Pptx as SaveFormat...Presentation File) Convert CSV to PPTX (Open XML presentation Format)...

    products.aspose.com/total/java/conversion/csv-t...
  9. Merge PPTM Files using .NET | products.aspose.com

    C# source code to combine PPTM documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....pptx" ); //merged Presentation var...new Presentation( "template.pptx" ); while (mp.Slides.Count >...

    products.aspose.com/slides/net/merger/pptm/
  10. 趋势线|Aspose.Slides 文档

    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 文件。 以下代码用于创建带有趋势线的图表。 // 创建一个..."ChartTrendLines_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/java/trend-line/