Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 128,674 for

pptx

(0.06 sec)
  1. 在C#或.NET中创建或更新PowerPoint演示文稿图表|Aspose.Slides 文档

    在C#或.NET中创建PowerPoint演示文稿中的图表...将修改后的演示文稿写入PPTX文件。 以下C#代码向您展示了如何创建常规图表: // 实例化表示PPTX文件的Presentation类...; // 将PPTX文件保存到磁盘 pres . Save ( "AsposeChart_out.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/net/create-chart/
  2. Latest Aspose.Slides Product Family topics - Fr...

    Get technical support of Aspose.Slides for .NET, Java, Android, C++, SharePoint, SQL Reporting Services and JasperReports....Implemented” when Trying to Load PPTX in Java slides-java 4 25 April...Exception Occurs on Converting PPTX to PDF in Java slides-java ...

    forum.aspose.com/c/slides/11
  3. Public API and Backwards Incompatible Changes i...

    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" , Export . SaveFormat . Pptx ); } SmartArtShapeCollect... Save ( "out.pptx" , Export . SaveFormat . Pptx ); } Methods...

    docs.aspose.com/slides/net/public-api-and-backw...
  4. 形状特效|Aspose.Slides 文档

    在 Java 中为 PowerPoint 形状应用特效...pptx" , SaveFormat . Pptx ); } finally { if...save ( "reflection.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/java/shape-effect/
  5. Trend Line|Aspose.Slides for Python Documentation

    Add trend line and custom line to PowerPoint presentations in Python...the modified presentation to a PPTX file. The following code is..."Charttrend_lines_out.pptx" , slides . export . SaveFormat . PPTX ) Add Custom...

    docs.aspose.com/slides/python-net/trend-line/
  6. How to Export PowerPoint to Word using Java

    This tutorial guides on how to export PowerPoint to Word using Java. It provides configuration details, stepwise procedure and a runnable sample code to convert Pptx to DOCX using Java....an existing presentation say PPTX or PPT and then transform it...Word file. Code to Transform PPTX to DOCX using Java This code...

    kb.aspose.com/slides/java/how-to-export-powerpo...
  7. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint presentations in Java...Presentation class that represents a PPTX file Presentation pres = new...pres . save ( "table.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/manage-table/
  8. Bubble Chart|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....pptx" , SaveFormat . Pptx ); } finally { if..."Presentation_BubbleSizeRepresenta.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/bubble-chart/
  9. Bubble Chart|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....pptx" , SaveFormat . Pptx ); } finally { if..."Presentation_BubbleSizeRepresenta.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/bubble-chart/
  10. Manage Table|Aspose.Slides for Python Documenta...

    Create and manage table in PowerPoint presentations in Python...Presentation class that represents a PPTX file with slides . Presentation...( "table.pptx" , slides . export . SaveFormat . PPTX ) Numbering...

    docs.aspose.com/slides/python-net/manage-table/