Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 142,051 for

pptx

(0.07 sec)
  1. Group Presentation Shapes in .NET|Aspose.Slides...

    Learn to group and ungroup shapes in PowerPoint decks using Aspose.Slides for .NET—fast, step-by-step guide with free C# code....the modified presentation as a PPTX file. The example below adds...the PPTX file to disk pres . Save ( "GroupShape_out.pptx" , SaveFormat...

    docs.aspose.com/slides/net/group/
  2. Apply Shape Animations in Presentations Using J...

    Discover how to create and customize shape animations in PowerPoint presentations with Aspose.Slides for Java. Stand out!...the presentation to disk as a PPTX file. This Java code shows you...ByLevelParagraphs1 ); // Save the PPTX file to disk pres . save ( path...

    docs.aspose.com/slides/java/shape-animation/
  3. Group Presentation Shapes in Java|Aspose.Slides...

    Learn to group and ungroup shapes in PowerPoint decks using Aspose.Slides for Java—fast, step-by-step guide with free Java code....the modified presentation as a PPTX file. The example below adds...Write the PPTX file to disk pres . save ( "GroupShape.pptx" , SaveFormat...

    docs.aspose.com/slides/java/group/
  4. Group Presentation Shapes in PHP|Aspose.Slides ...

    Learn to group and ungroup shapes in PowerPoint decks using Aspose.Slides for PHP via Java — fast, step-by-step guide with free code....the modified presentation as a PPTX file. The example below adds...Write the PPTX file to disk $pres -> save ( "GroupShape.pptx" , SaveFormat...

    docs.aspose.com/slides/php-java/group/
  5. 在表格单元格中添加图片|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" ; string ImageFile = "AsposeLogo...将修改后的演示文稿保存为 PPTX 文件 string FileName = "在表格单元格中添加图片.pptx" ; string...

    docs.aspose.com/slides/zh/net/add-image-in-tabl...
  6. 音频|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中处理音频:添加、替换、提取和修剪声音,为 PowerPoint 和 OpenDocument 中的幻灯片和形状设置音量和播放。...pptx" , slides . export . SaveFormat . PPTX ) 访问音频帧 def...slides . Presentation ( "audio.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/zh/python-net/examples/e...
  7. Manage SmartArt in PowerPoint Presentations in ...

    Learn to build and edit PowerPoint SmartArt with Aspose.Slides for .NET using clear C# code samples that speed up slide design and automation....pptx" )) { ISlide slide = pres ....Write the presentation as a PPTX file. In the example given below...

    docs.aspose.com/slides/net/manage-smartart/
  8. Convert JSON Format to PPT in Android Apps | pr...

    Parse JSON to PPT in Android Applications without using Microsoft PowerPoint...to parse the JSON data into a PPTX file. Aspose.Cells for Android...Android via Java to convert the PPTX file into a PPT file. Aspose...

    products.aspose.com/total/android-java/conversi...
  9. Format PowerPoint Shapes in Python|Aspose.Slide...

    Learn how to format PowerPoint shapes in Python using Aspose.Slides—set fill, line, and effect styles for PPT, Pptx, and ODP files with precision and full control....the modified presentation as a PPTX file. The following Python code...draw . Color . blue # Save the PPTX file to disk. presentation ...

    docs.aspose.com/slides/python-net/shape-formatt...
  10. Format PowerPoint Shapes in .NET|Aspose.Slides ...

    Learn how to format PowerPoint shapes in C# using Aspose.Slides—set fill, line, and effect styles for PPT and Pptx files with precision and full control....the modified presentation as a PPTX file. The following C# code...= Color . Blue ; // Save the PPTX file to disk. presentation ...

    docs.aspose.com/slides/net/shape-formatting/