Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 141,321 for

pptx

(0.08 sec)
  1. Manage Presentation Comments on Android|Aspose....

    Master presentation comments with Aspose.Slides for Android via Java: add, read, edit, and delete comments in PowerPoint files fast and easily....pptx" , SaveFormat . Pptx ); if ( Comments ...new Presentation ( "Comments1.pptx" ); try { for ( ICommentAuthor...

    docs.aspose.com/slides/androidjava/presentation...
  2. 使用 С++ 管理演示文稿中的图表工作簿|Aspose.Slides 文档

    发现 Aspose.Slides for С++:轻松在 PowerPoint 和 OpenDocument 格式中管理图表工作簿,以简化您的演示文稿数据。...pptx" ); auto chart = System :: ExplicitCast...MakeObject < Presentation > ( u "Test.pptx" ); auto chart = pres -> get_Slides...

    docs.aspose.com/slides/zh/cpp/chart-workbook/
  3. Customize Error Bars in Presentation Charts Usi...

    Learn how to add and customize error bars in charts with Aspose.Slides for Java—optimize data visuals in PowerPoint presentations....the modified presentation to a PPTX file. // Create an instance...save ( "ErrorBars.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/error-bar/
  4. How to Insert Image into PowerPoint Table using...

    This topic guides on how to insert Image into PowerPoint Table using Java. It encompasses all the requisite information and a working sample code to add table image in PowerPoint using Java....that shows how to add image in PPTX Table in Java . This application...having a table image in the PPTX format We have explained how...

    kb.aspose.com/slides/java/how-to-insert-image-i...
  5. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for PHP via Java. Step-by-step guide....Presentation class that represents a PPTX file $pres = new Presentation...presentation as a PPTX file $pres -> save ( "Bullet.pptx" , SaveFormat...

    docs.aspose.com/slides/php-java/manage-bullet/
  6. Manage OLE in Presentations Using Java|Aspose.S...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Java. Embed, update, and export OLE content seamlessly....the modified presentation as a PPTX file. In the example below,.... save ( "output.pptx" , SaveFormat . Pptx ); presentation ....

    docs.aspose.com/slides/java/manage-ole/
  7. Wrong Count of Animated Text Paragraphs in a Te...

    Hi Team, I have a sample Pptx with a slide containing animated text frame. Text frame has four animated paragraphs. I use Aspose to read this Pptx and want to get images of individual animated text paragraphs. Ideally, …...11:00am 1 Hi Team, I have a sample PPTX with a slide containing animated...paragraphs. I use Aspose to read this PPTX and want to get images of individual...

    forum.aspose.com/t/wrong-count-of-animated-text...
  8. Convert JSON Format to PowerPoint via Java | pr...

    Parse JSON to PowerPoint in Java without using Microsoft PowerPoint...involves parsing the JSON file to PPTX format using Aspose.Cells for...Slides for Java to convert the PPTX file to the PowerPoint format...

    products.aspose.com/total/java/conversion/json-...
  9. C++ API to Convert PDF to XAML | products.aspos...

    Convert PDF to XAML via C++ without using Microsoft Word or Adobe Acrobat Reader... You can export PDF to PPTX by using Aspose.PDF for C++...Slides for C++ , you can convert PPTX to XAML. Both APIs come under...

    products.aspose.com/total/cpp/conversion/pdf-to...
  10. Manage Presentation Zoom in Java|Aspose.Slides ...

    Create and customize Zoom with Aspose.Slides for Java — jump between sections, add thumbnails and transitions across PPT, Pptx and ODP presentations....the modified presentation as a PPTX file. This Java code shows you...save ( "presentation.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/manage-zoom/