Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 128,709 for

pptx

(0.05 sec)
  1. Manage Zoom|Aspose.Slides for Node.js via .NET ...

    Add zoom or zoom frames to PowerPoint presentations in JavaScript...the modified presentation as a PPTX file. This JavaScript code shows..."presentation.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/manage-zoom/
  2. 管理文本框|Aspose.Slides 文档

    使用 Java 在 PowerPoint 幻灯片上创建文本框。在 PowerPoint 幻灯片中使用 Java 在文本框或文本框架中添加列。使用 Java 在 PowerPoint 幻灯片中添加带超链接的文本框。...文本框 最后,通过 Presentation 对象写入 PPTX 文件。 以下 Java 代码——上述步骤的实现——向您展示了如何在幻灯片中添加文本:...save ( "TextBox_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/androidjava/manage-te...
  3. Group|Aspose.Slides Documentation

    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....the modified presentation as a PPTX file. The example below adds...Presentation class that represents a PPTX file. Obtain the reference of...

    docs.aspose.com/slides/cpp/group/
  4. Slide Transition|Aspose.Slides for Node.js via ...

    PowerPoint slide transition, PowerPoint morph transition in JavaScript...pptx" ); try { // Apply circle type..."SampleTransition_out.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/slide-transi...
  5. Features Overview|Aspose.Slides Documentation

    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.... PresentationML (PPTX, XML) Aspose.Slides for Java...as PresentationML or PPTX). PPT to PPTX conversion Aspose.Slides...

    docs.aspose.com/slides/java/features-overview/
  6. Convert CSV to POWERPOINT with C++ or with free...

    Convert CSV to POWERPOINT within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....document to PPTX format using Save member function and set Pptx as SaveFormat...document in PPTX format doc -> Save ( u "convertedFile.pptx" , SaveFormat...

    products.aspose.com/total/cpp/conversion/csv-to...
  7. 图表工作簿|Aspose.Slides 文档

    Java 中 PowerPoint 演示文稿中的图表工作簿...pptx" ); try { Chart chart = ( Chart...= new Presentation ( "chart2.pptx" ); try { ISlide slide = pres...

    docs.aspose.com/slides/zh/java/chart-workbook/
  8. 形状效果|Aspose.Slides for PHP 文档

    对 PowerPoint 形状应用效果...pptx" , SaveFormat :: Pptx ); } finally { if...save ( "reflection.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/zh/php-java/shape-effect/
  9. Error Bar|Aspose.Slides for Node.js via .NET Do...

    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....the modified presentation to a PPTX file. // Create an instance..."ErrorBars.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/error-bar/
  10. 获取所有幻灯片中的所有文本|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....pptx" ; int numberOfSlides = CountSlides...FileName = FilePath + "获取幻灯片中的所有文本.pptx" ; int numberOfSlides = CountSlides...

    docs.aspose.com/slides/zh/net/get-all-the-text-...