Sort Score
Result 10 results
Languages All
Labels All
Results 3,501 - 3,510 of 142,025 for

pptx

(0.09 sec)
  1. 档案

    档案...pptx"; const String outputFilePath...u"OutputDirectory\\AddShapePresentation.pptx"; // 加载演示文件 SharedPtr<Presentation>...

    blog.aspose.com/zh/slides/working-with-shapes-i...
  2. Manage SmartArt Shape Nodes in Presentations on...

    Manage SmartArt shape nodes in PPT and Pptx with Aspose.Slides for Android. Get clear Java code samples and tips to streamline your presentations....pptx" ); try { // Traverse through..."AddSmartArtNode.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/manage-smart...
  3. Supported File Formats|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.... PPTX The PPTX format is based on the Microsoft...

    docs.aspose.com/cells/cpp/supported-file-formats/
  4. Supported File Formats|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.... PPTX The PPTX format is based on the Microsoft...

    docs.aspose.com/cells/java/supported-file-formats/
  5. Supported File Formats|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.... PPTX The PPTX format is based on the Microsoft...

    docs.aspose.com/cells/python-java/supported-fil...
  6. Manage SmartArt Shape Nodes in Presentations Us...

    Manage SmartArt shape nodes in PPT and Pptx with Aspose.Slides for PHP via Java. Get clear code samples and tips to streamline your presentations....pptx" ); try { # Traverse through..."AddSmartArtNode.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/manage-smartart...
  7. 在 JavaScript 中创建或更新 PowerPoint 演示文稿图表|Aspose.Sl...

    在 JavaScript 中于 PowerPoint 演示文稿创建图表...将修改后的演示文稿写入 PPTX 文件。 下面的 JavaScript 代码演示如何创建普通图表: // 实例化一个表示 PPTX 文件的演示文稿类..."output.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/zh/nodejs-java/create-ch...
  8. Manage Presentation Placeholders on Android|Asp...

    Effortlessly manage placeholders in Aspose.Slides for Android via Java: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....pptx" ); try { // Accesses the first.... save ( "output.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/manage-place...
  9. Manage Presentation Placeholders in JavaScript|...

    Effortlessly manage placeholders in Aspose.Slides for Node.js via Java: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....pptx" ); try { // Accesses the first..."output.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/manage-place...
  10. Converting Presentation with EMF Images to PDF ...

    Hello, We are looking into upgrade of current Aspose.Slides library, but encountered an issue with conversion of PPT presentation containing an EMF image to PDF. Below is the sample code: final String targetPdfFile =…...pptx"; IPresentation pptx = new Presentation(sourcePptxFile);...saveOptions.setJpegQuality((byte)95); pptx.save(targetPdfFile, SaveFormat...

    forum.aspose.com/t/converting-presentation-with...