Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 9,448 for

pptx

(0.13 sec)
  1. 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/
  2. 管理超链接|Aspose.Slides for PHP 文档

    如何在 PowerPoint 演示文稿中添加超链接...pptx" , SaveFormat :: Pptx ); } finally { if...save ( "pres-out.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/zh/php-java/manage-hyper...
  3. Presentation Comments|Aspose.Slides for Python ...

    Add comments and replies in PowerPoint presentation in Python...pptx" , slides . export . SaveFormat . PPTX ) if comments.... Presentation ( "Comments1.pptx" ) as presentation : for author...

    docs.aspose.com/slides/python-net/presentation-...
  4. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in C#....the modified presentation as a PPTX file. This C# code demonstrates...as a PPTX file. presentation . Save ( "AsposeChart_out.pptx" ,...

    docs.aspose.com/slides/net/create-chart/
  5. Text Formatting|Aspose.Slides Documentation

    Manage and manipulate text and text frame properties in C++...pptx" , SaveFormat :: Pptx ); } { auto pres...MakeObject < Presentation > ( u "text.pptx" ); auto autoShape = System...

    docs.aspose.com/slides/cpp/text-formatting/
  6. Error Bar|Aspose.Slides for Python Documentation

    Add error bar to PowerPoint presentations in Python...the modified presentation to a PPTX file. import aspose.slides.charts..."ErrorBars_out.pptx" , slides . export . SaveFormat . PPTX ) Add Custom...

    docs.aspose.com/slides/python-net/error-bar/
  7. How to Convert SVG to Presentation using Python

    In this topic, we will walk you through the steps for how to convert SVG to Presentation using Python. By utilizing a few lines of easy code you can easily convert SVG to presentation using Python....converting SVG to PPTX in Python . Steps to Export SVG to PPTX in Python...instance of IPictureFrame Save the PPTX file with an SVG image on the...

    kb.aspose.com/slides/python/how-to-convert-svg-...
  8. 将PowerPoint PPT转换为JPG|Aspose.Slides 文档

    将PowerPoint转换为JPG:PPT到JPG,Pptx到JPG在C++中...werPoint PPTX到JPG 和 PPT到JPG 。 将PowerPoint PPT/PPTX转换为具有自定义尺寸的JPG...( u "PowerPoint-Presentation.pptx" ); // 定义尺寸 int32_t desiredX...

    docs.aspose.com/slides/zh/cpp/convert-powerpoin...
  9. Manage Bullet|Aspose.Slides for PHP Documentation

    Create bullet and numbered lists in PowerPoint presentation...Presentation class that represents a PPTX file $pres = new Presentation...presentation as a PPTX file $pres -> save ( "Bullet.pptx" , SaveFormat...

    docs.aspose.com/slides/php-java/manage-bullet/
  10. Manage Zoom|Aspose.Slides Documentation

    Add zoom or zoom frames to PowerPoint presentations in Java...the modified presentation as a PPTX file. This Java code shows you...save ( "presentation.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/manage-zoom/