Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 142,057 for

pptx

(0.09 sec)
  1. Online JSON to POTX Conversion or Build .NET ba...

    Free online app to convert JSON to POTX files. .NET C# conversion library code for JSON documents....JsonUtility class and Save it as PPTX Load PPTX document by using Presentation...presentations like PowerPoint, PPTX (Portable Document Format) becomes...

    products.aspose.com/total/net/conversion/json-t...
  2. Manage PowerPoint Text Paragraphs in JavaScript...

    Master paragraph formatting with Aspose.Slides for Node.js via Java—optimize alignment, spacing & style in PPT, Pptx, and ODP presentations in JavaScript....Presentation class that represents a PPTX file var pres = new aspose ...Write PPTX to Disk pres . save ( "multiParaPort_out.pptx" , aspose...

    docs.aspose.com/slides/nodejs-java/manage-parag...
  3. 在 Android 上管理演示文稿批注|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java 轻松快速地在 PowerPoint 文件中添加、读取、编辑和删除演示文稿批注。...pptx" , SaveFormat . Pptx ); if ( Comments ...new Presentation ( "Comments1.pptx" ); try { for ( ICommentAuthor...

    docs.aspose.com/slides/zh/androidjava/presentat...
  4. Key Features of Aspose.PDF for Rust|Aspose.PDF ...

    Aspose.PDF for Rust demonstrates its general features. Its shows the supported PDF versions, and all the manipulations we can do with PDF....Saving PDF, DOC, DOCX, XLSX, PPTX, JPEG, PNG, BMP, TIFF, EPUB...

    docs.aspose.com/pdf/rust-cpp/key-features/
  5. 档案

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

    blog.aspose.com/zh/slides/working-with-shapes-i...
  6. Manage Chart Workbooks in Presentations with Py...

    Discover Aspose.Slides for Python via .NET: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....pptx" ) as presentation : chart =...( "chart.pptx" , slides . export . SaveFormat . PPTX ) Manage...

    docs.aspose.com/slides/python-net/chart-workbook/
  7. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with JavaScript and Aspose.Slides for Node.js via Java and speed up presentation editing and data updates....pptx" ); try { // Accesses the first...( "pres.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/manage-rows-...
  8. Animate PowerPoint Charts in .NET|Aspose.Slides...

    Create stunning animated charts in .NET with Aspose.Slides. Boost presentations with dynamic visuals in PPT and Pptx files—get started now....pptx" )) { // Get reference of the..."AnimatingSeries_out.pptx" , SaveFormat . Pptx ); } Chart Category...

    docs.aspose.com/slides/net/animated-charts/
  9. Animate PowerPoint Charts in Java|Aspose.Slides...

    Create stunning animated charts in Java with Aspose.Slides. Boost presentations with dynamic visuals in PPT and Pptx files—get started now....pptx" ); try { // Get reference of..."AnimatingSeries_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/animated-charts/
  10. Merge PPSX Files using .NET | products.aspose.com

    C# source code to combine PPSX documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....pptx" ); //merged Presentation var...new Presentation( "template.pptx" ); while (mp.Slides.Count >...

    products.aspose.com/slides/net/merger/ppsx/