Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 143,959 for

pptx

(1.45 sec)
  1. 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...
  2. Comment|Aspose.Slides Documentation

    Work with slide comments in Aspose.Slides for .NET: add, reply, edit, resolve, and export comments in PPT, Pptx, and ODP presentations with C# code examples....pptx" , SaveFormat . Pptx ); } Access a Modern...Presentation ( "modern_comment.pptx" ); var author = presentation...

    docs.aspose.com/slides/net/examples/elements/co...
  3. 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...
  4. Connector|Aspose.Slides for PHP Documentation

    Draw and control connectors in PHP with Aspose.Slides: add, route, reroute, set connection points, arrows and styles to link shapes in PPT, Pptx and ODP....pptx" , SaveFormat :: Pptx ); } finally { $presentation...new Presentation ( "connector.pptx" ); try { $slide = $presentation...

    docs.aspose.com/slides/php-java/examples/elemen...
  5. Limitations and API Differences|Aspose.Slides f...

    Aspose.Slides for Python via Java limitations and api differences....pptx" ); Presentation pres = new.... save ( "result.pptx" , SaveFormat . Pptx ); Aspose.Slides for...

    docs.aspose.com/slides/python-java/limitations-...
  6. 使用 Java 在 PowerPoint 演示稿中管理 SmartArt|Aspose.Sli...

    了解如何使用 Aspose.Slides for Java 通过清晰的代码示例构建和编辑 PowerPoint SmartArt,从而加快幻灯片设计和自动化。...pptx" ); try { ISlide slide = pres...LayoutType 更改为 BasicProcess。 将演示文稿保存为 PPTX 文件。 在下面的示例中,我们在两个形状之间添加了连接线。...

    docs.aspose.com/slides/zh/java/manage-smartart/
  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. 使用 Java 管理演示文稿中的表格单元格|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/java/manage-cells/
  10. 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/