Sort Score
Result 10 results
Languages All
Labels All
Results 5,981 - 5,990 of 129,872 for

presentation

(0.22 sec)
  1. Customize Data Points in Treemap and Sunburst C...

    Learn how to manage data points in treemap and sunburst charts with JavaScript and Aspose.Slides for Node.js via Java, compatible with PowerPoint formats....new Sunburst chart to the presentation: var pres = new aspose .... slides . Presentation (); try { var chart = pres . getSlides...

    docs.aspose.com/slides/nodejs-java/data-points-...
  2. Convert OTP to PNG in Node.js | products.aspose...

    Convert OTP to PNG in Node.js. Use Node.js library API to convert OTP files to PNGs...you to convert PowerPoint presentations to various formats in Node...Node.js. It supports all presentation elements and formats and...

    products.aspose.com/slides/nodejs-java/conversi...
  3. Convert POTX to JPG in Node.js | products.aspos...

    Convert POTX to JPG in Node.js. Use Node.js library API to convert POTX files to JPGs...you to convert PowerPoint presentations to various formats in Node...Node.js. It supports all presentation elements and formats and...

    products.aspose.com/slides/nodejs-java/conversi...
  4. Convert PPSX to JPG in Node.js | products.aspos...

    Convert PPSX to JPG in Node.js. Use Node.js library API to convert PPSX files to JPGs...you to convert PowerPoint presentations to various formats in Node...Node.js. It supports all presentation elements and formats and...

    products.aspose.com/slides/nodejs-java/conversi...
  5. Convert PPSX to PNG in Node.js | products.aspos...

    Convert PPSX to PNG in Node.js. Use Node.js library API to convert PPSX files to PNGs...you to convert PowerPoint presentations to various formats in Node...Node.js. It supports all presentation elements and formats and...

    products.aspose.com/slides/nodejs-java/conversi...
  6. Convert PPTM to PNG in Node.js | products.aspos...

    Convert PPTM to PNG in Node.js. Use Node.js library API to convert PPTM files to PNGs...you to convert PowerPoint presentations to various formats in Node...Node.js. It supports all presentation elements and formats and...

    products.aspose.com/slides/nodejs-java/conversi...
  7. Convert PPT to PNG in Node.js | products.aspose...

    Convert PPT to PNG in Node.js. Use Node.js library API to convert PPT files to PNGs...you to convert PowerPoint presentations to various formats in Node...Node.js. It supports all presentation elements and formats and...

    products.aspose.com/slides/nodejs-java/conversi...
  8. 创建演示文稿文档|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....FileName = FilePath + "Create a presentation document.pptx" ; CreatePresentation...filepath ) { // Create a presentation at a specified file path...

    docs.aspose.com/slides/zh/net/create-a-presenta...
  9. 从 .NET 演示文稿获取段落边界|Aspose.Slides 文档

    了解如何在 Aspose.Slides for .NET 中检索段落和文本块边界,以优化 PowerPoint 演示文稿中的文本定位。...实例化一个表示演示文稿文件的 Presentation 对象 using ( Presentation presentation = new...new Presentation ( "Shapes.pptx" )) { IAutoShape shape = ( IAutoShape...

    docs.aspose.com/slides/zh/net/paragraph/
  10. Add new last slide with text using insertFromHt...

    For an existing Presentation I want to add an extra slide with some additional free text. I am using *IMasterLayoutSlideCollection layoutSlides = emptyMaster.getLayoutSlides();* blankLayout = layoutSlides.getByType(Sl…...10:41am 1 For an existing presentation I want to add an extra slide...remove(emptySlide);* Depending on the presentation I opened the text on the...

    forum.aspose.com/t/add-new-last-slide-with-text...