Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 143,939 for

pptx

(0.71 sec)
  1. Manage PowerPoint Text Paragraphs in Python|Asp...

    Master paragraph formatting with Aspose.Slides for Python via .NET—optimize alignment, spacing & style in PowerPoint and OpenDocument presentations in Python to engage viewers....Presentation class to create a new PPTX file. with slides . Presentation...font_height = 18 # Save the PPTX to disk. presentation . save...

    docs.aspose.com/slides/python-net/manage-paragr...
  2. Manage PowerPoint Text Paragraphs in .NET|Aspos...

    Master paragraph formatting with Aspose.Slides for .NET—optimize alignment, spacing & style in PPT, Pptx, and ODP presentations in C#....Presentation class that represents a PPTX file using ( Presentation pres..."multiParaPort_out.pptx" , SaveFormat . Pptx ); Manage Paragraph...

    docs.aspose.com/slides/net/manage-paragraph/
  3. Manage SmartArt Shape Nodes in Presentations Us...

    Manage SmartArt shape nodes in PPT and Pptx with Aspose.Slides for Node.js. Get clear JavaScript code samples and tips to streamline your presentations....pptx" ); try { // Traverse through..."AddSmartArtNode.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/manage-smart...
  4. Aspose.Slides for C++ does not render certain c...

    We have inserted 4 default charts from MS PowerPoint in the attached file (charts-png-render-issue.Pptx). The exported png files of the charts does not match both the preview and png output of MS PowerPoint. The first th…...pptx). The exported png files of...containing example cpp code, example pptx, output of MS PowerPoint and...

    forum.aspose.com/t/aspose-slides-for-c-does-not...
  5. Export media files into HTML file|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....Write the presentation as a PPTX file In the example given below...= new Presentation("example.pptx")) { const string path = "path";...

    docs.aspose.com/slides/net/export-media-files-i...
  6. 使用 Python 管理演示文稿表格|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python(通过 .NET)在 PowerPoint 和 OpenDocument 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化您的表格工作流。...pptx" , slides . export . SaveFormat . PPTX ) 标准表格中的编号...类以加载 PPTX 文件。 with slides . Presentation ( "sample.pptx" ) as...

    docs.aspose.com/slides/zh/python-net/manage-table/
  7. 在 Java 中管理 PowerPoint 文本段落|Aspose.Slides 文档

    使用 Aspose.Slides for Java 完整掌握段落格式——在 PPT、Pptx 和 ODP 演示文稿中优化对齐、间距和样式。... // 实例化一个表示 PPTX 文件的 Presentation 类 Presentation...} // 将 PPTX 写入磁盘 pres . save ( "multiParaPort_out.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/java/manage-paragraph/
  8. Add Slides to Presentations on Android|Aspose.S...

    Easily add slides to your PowerPoint and OpenDocument presentations using Aspose.Slides for Android via Java—seamless, efficient slide insertion in seconds....the PPTX file to the Disk pres . save ( "EmptySlide.pptx" , SaveFormat...SaveFormat . Pptx ); } finally { pres . dispose (); } FAQ Can...

    docs.aspose.com/slides/androidjava/add-slide-to...
  9. Extract Media from PowerPoint using Java

    This guide explains the process to extract media from PowerPoint using Java. You will get details to set the IDE, a list of steps, and a sample code showing how to get video from PowerPoint using Java or extract audio also if available....Steps to Extract Audio from PPTX using Java Set the IDE to use...different variables Load the source PPTX into the Presentation class...

    kb.aspose.com/slides/java/extract-media-from-po...
  10. Animate PowerPoint Charts in C++|Aspose.Slides ...

    Create stunning animated charts in C++ with Aspose.Slides. Boost presentations with dynamic visuals in PPT and Pptx files—get started now....when saving to PPTX? Yes. When you save to PPTX , all animation...

    docs.aspose.com/slides/cpp/animated-charts/