Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 9,261 for

pptx

(0.02 sec)
  1. Manage TextBox|Aspose.Slides Documentation

    Manage a text box or text frame in PowerPoint presentations using C# or .NET...Aspose TextBox Finally, write the PPTX file through the Presentation..."TextBox_out.pptx" , Aspose . Slides . Export . SaveFormat . Pptx ); }...

    docs.aspose.com/slides/net/manage-textbox/
  2. Remove Slide from Presentation|Aspose.Slides Do...

    Remove slide from PowerPoint by reference or index in C# or .NET...pptx" )) { // Accesses a slide through..."modified_out.pptx" , Aspose . Slides . Export . SaveFormat . Pptx ); }...

    docs.aspose.com/slides/net/remove-slide-from-pr...
  3. Remove Slide from Presentation|Aspose.Slides fo...

    Remove slide from PowerPoint by reference or index...pptx" ); try { # Accesses a slide...save ( "modified.pptx" , SaveFormat :: Pptx ); } finally { $pres...

    docs.aspose.com/slides/php-java/remove-slide-fr...
  4. 在 Python 中创建 PowerPoint 演示文稿图表|Aspose.Slides fo...

    在 Python 中创建 PowerPoint 演示文稿图表... 将修改后的演示文稿写入 PPTX 文件。 以下 Python 代码向你展示如何创建普通图表:...aspose.pydrawing as draw # 实例化表示 PPTX 文件的 Presentation 类 with slides...

    docs.aspose.com/slides/zh/python-net/create-chart/
  5. Chart Legend|Aspose.Slides Documentation

    Set positioning and font size for chart legend in PowerPoint presentations in C# or .NET...Write the presentation as a PPTX file. In the example given below...Save ( "Legend_out.pptx" , SaveFormat . Pptx ); Set Font Size of...

    docs.aspose.com/slides/net/chart-legend/
  6. Presentation Localization|Aspose.Slides Documen...

    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....Write the presentation as a PPTX file. The implementation of...pres = new Presentation ( "test.pptx" ); try { IAutoShape shape =...

    docs.aspose.com/slides/java/presentation-locali...
  7. Presentation Localization|Aspose.Slides for Nod...

    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....Write the presentation as a PPTX file. The implementation of...slides . Presentation ( "test.pptx" ); try { var shape = pres ...

    docs.aspose.com/slides/nodejs-java/presentation...
  8. Re-sizing Shapes on Slide|Aspose.Slides for Pyt...

    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" ) as presentation : #Old slide..."Resize-1.pptx" , slides . export . SaveFormat . PPTX ) If there...

    docs.aspose.com/slides/python-net/re-sizing-sha...
  9. Change the fill color of a shape in a presentat...

    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" ; SetPPTShapeColor ( FileName...the modified presentation as a PPTX file. string FilePath = @"....

    docs.aspose.com/slides/net/change-the-fill-colo...
  10. Chart Legend|Aspose.Slides for PHP 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....Write the presentation as a PPTX file. In the example given below...save ( "Legend_out.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/chart-legend/