Sort Score
Result 10 results
Languages All
Labels All
Results 3,101 - 3,110 of 128,674 for

pptx

(0.05 sec)
  1. Convert PPTM to SVG in Python | products.aspose...

    Sample code for PPTM to SVG Python conversion. Use PowerPoint Python API for batch conversion PPTM files to SVG files....to SVG HTML JPG PDF SVG PPT PPTX Convert PPTM to SVG in Python...browser . Aspose PowerPoint PPTX library allows you to convert...

    products.aspose.com/slides/python-net/conversio...
  2. 3D Chart|Aspose.Slides for Python Documentation

    Set rotationX, rotationY, and depthpercents for 3D chart in PowerPoint presentation in Python...the modified presentation to a PPTX file. import aspose.slides.charts..."Rotation3D_out.pptx" , slides . export . SaveFormat . PPTX ) Doughnut...

    docs.aspose.com/slides/python-net/3d-chart/
  3. Manage PowerPoint Paragraph in C#|Aspose.Slides...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in C# or .NET...Presentation class that represents a PPTX file using ( Presentation pres..."multiParaPort_out.pptx" , SaveFormat . Pptx ); Manage Paragraph...

    docs.aspose.com/slides/net/manage-paragraph/
  4. 创建或更新 PowerPoint 演示文稿中的图表(Java)|Aspose.Slides 文档

    在 Java 中在 PowerPoint 演示文稿中创建图表...将修改后的演示文稿写入 PPTX 文件。 以下 Java 代码展示了如何创建普通图表: // 实例化一个表示 PPTX 文件的演示文稿类.... save ( "output.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/java/create-chart/
  5. Enhance Your Presentations with AutoFit in C#|A...

    Learn how to manage AutoFit settings in Aspose.Slides for .NET to optimize text display in your PowerPoint and OpenDocument presentations and improve content readability....pptx" , SaveFormat . Pptx ); } If the text becomes..."output_presentation.pptx" , SaveFormat . Pptx ); } When the text...

    docs.aspose.com/slides/net/manage-autofit-setti...
  6. 管理缩放|Aspose.Slides 文档

    在 Java 中向 PowerPoint 演示文稿添加缩放或缩放框... 将修改后的演示文稿写入 PPTX 文件。 以下 Java 代码演示如何在幻灯片上创建缩放框:...save ( "presentation.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/java/manage-zoom/
  7. 管理行和列|Aspose.Slides for Python 文档

    在 Python 中管理 PowerPoint 演示文稿中的表格行和列...pptx" ) as pres : # 访问第一张幻灯片 sld..."table_out.pptx" , slides . export . SaveFormat . PPTX ) 克隆表格的行或列...

    docs.aspose.com/slides/zh/python-net/manage-row...
  8. Access Slide in Presentation|Aspose.Slides Docu...

    Access PowerPoint slide by index, ID, or position in Java. Edit slide properties...pptx" ); try { // Accesses a slide...pres = new Presentation ( "demo.pptx" ); try { // Gets a slide ID...

    docs.aspose.com/slides/java/access-slide-in-pre...
  9. Access Slide in Presentation|Aspose.Slides Docu...

    Access PowerPoint slide by index, ID, or position in Java. Edit slide properties...pptx" ); try { // Accesses a slide...pres = new Presentation ( "demo.pptx" ); try { // Gets a slide ID...

    docs.aspose.com/slides/androidjava/access-slide...
  10. Merge OTP Files using .NET | products.aspose.com

    C# source code to combine OTP 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/otp/