Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 144,291 for

pptx

(0.21 sec)
  1. C++ API to Convert PS to POTM | products.aspose...

    Convert PS to POTM via C++ without using Microsoft Word or Adobe Acrobat Reader...PDF for C++ to export PS to PPTX. Aspose.PDF for C++ is a powerful...other file formats, including PPTX. Secondly, you can use Aspose...

    products.aspose.com/total/cpp/conversion/ps-to-...
  2. Extract Text from PowerPoint using Java

    This guide explains how to develop a Pptx to text converter using Java. You will get details to set the IDE, a list of steps, and a sample code to extract text from PowerPoint using Java....Slides for Java to convert PPTX to TXT Import the dependencies...file output Load the source PPTX file into memory by using the...

    kb.aspose.com/slides/java/extract-text-from-pow...
  3. 使用形状锁防止演示文稿编辑|Aspose.Slides 文档

    了解 Aspose.Slides for Java 如何在 PPT、Pptx 和 ODP 文件中锁定或解锁形状,保护演示文稿的安全,同时允许受控编辑并加快交付速度。...的常见用法是创建、更新和保存 Microsoft PowerPoint (PPTX) 演示文稿,作为自动化工作流的一部分。以这种方式使用 Aspose...中,幻灯片上的每个元素都由实现了 IShape 接口或继承自实现该接口的类的对象表示。 PPTX 的结构十分复杂,因此不同于 PPT(在 PPT 中可以...

    docs.aspose.com/slides/zh/java/applying-protect...
  4. Apply Shape Animations in Presentations in .NET...

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

    docs.aspose.com/slides/net/shape-animation/
  5. Chart|Aspose.Slides for PHP Documentation

    Create and customize charts in PHP with Aspose.Slides: add data, format series, axes and labels, change types, and export—works with PPT, Pptx and ODP....pptx" , SaveFormat :: Pptx ); } finally { $presentation...= new Presentation ( "chart.pptx" ); try { $slide = $presentation...

    docs.aspose.com/slides/php-java/examples/elemen...
  6. 使用 Python 在演示文稿中自定义图表坐标轴|Aspose.Slides for Pyth...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中自定义图表坐标轴,以用于报告和可视化。...pptx" , slides . export . SaveFormat . PPTX ) 在轴之间交换数据..."SwitchChartRowColumn_out.pptx" , slides . export . SaveFormat . PPTX ) 禁用折线图的垂直轴...

    docs.aspose.com/slides/zh/python-net/chart-axis/
  7. Convert PowerPoint Presentations to PDF with No...

    Convert formats PPT and Pptx to PDF with notes in JavaScript using Aspose.Slides for Node.js. Preserve layouts and speaker notes for professional presentations....be used to convert a PPT or PPTX presentation to a PDF with speaker...asposeSlides . Presentation ( "sample.pptx" ); // Configure PDF options...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  8. Convert PowerPoint Presentations to PDF with No...

    Convert formats PPT and Pptx to PDF with notes using Aspose.Slides for C++. Preserve layouts and speaker notes for professional presentations....be used to convert a PPT or PPTX presentation to a PDF with speaker...< Presentation > ( u "sample.pptx" ); // Configure PDF options...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  9. Aspose.Slides for PHP via Java 15.4.0 中的公共 API ...

    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" , SaveFormat :: Pptx ); 已添加方法 IPresentation...$pres -> save ( "out.pptx" , SaveFormat :: Pptx ); 已添加方法 ISmartArt...

    docs.aspose.com/slides/zh/php-java/public-api-a...
  10. 使用 PHP 管理演示文稿中的表格单元格|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式化单元格,实现无缝的幻灯片自动化。...pptx" ); try { $table = $pres ->...将修改后的演示文稿保存为 PPTX 文件。 以下 PHP 代码展示了如何移除表格单元格的边框: # 实例化表示 PPTX 文件的 Presentation...

    docs.aspose.com/slides/zh/php-java/manage-cells/