Sort Score
Result 10 results
Languages All
Labels All
Results 3,861 - 3,870 of 133,799 for

pptx

(0.05 sec)
  1. Supported File Formats|Aspose.Slides Documentation

    C++ PowerPoint Library or API can load and save various PowerPoint file formats including PPT, Pptx, POT, PPS, PPSX, ODP, OTP, PDF, XPS, SVG etc....PPS PowerPoint 97-2003 Show PPTX PowerPoint Presentation POTX...

    docs.aspose.com/slides/cpp/supported-file-formats/
  2. 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....Presentation objects only to PPTX format file. In the new API...

    docs.aspose.com/slides/net/public-api-and-backw...
  3. Supported File Formats|Aspose.Slides for Python...

    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....PPS PowerPoint 97-2003 Show PPTX PowerPoint Presentation POTX...

    docs.aspose.com/slides/python-java/supported-fi...
  4. Create and Apply WordArt Effects in Python|Aspo...

    Learn how to create and customize WordArt effects in Aspose.Slides for Python via .NET. This step-by-step guide helps developers enhance presentations with stylish, professional text in Python....pptx" , slides . export . SaveFormat . PPTX ) Now, we...Write the presentation as a PPTX file. This sample code in Python—an...

    docs.aspose.com/slides/python-net/wordart/
  5. Secure PowerPoint Presentations with Passwords ...

    Learn how to effortlessly lock and unlock password-protected PowerPoint and OpenDocument presentations with Aspose.Slides for .NET. Boost your productivity and secure your presentations with our step-by-step guide....presentations in these formats: PPTX and PPT – Microsoft PowerPoint...presentation = new Presentation ( "pres.pptx" )) { presentation . ProtectionManager...

    docs.aspose.com/slides/net/password-protected-p...
  6. Password Protected Presentation|Aspose.Slides D...

    Lock PowerPoint presentation. Password protected PowerPoint in Java...presentations in these formats: PPTX and PPT - Microsoft PowerPoint...presentation = new Presentation ( "pres.pptx" ); try { presentation . getProtectionManager...

    docs.aspose.com/slides/java/password-protected-...
  7. Password Protected Presentation|Aspose.Slides D...

    Lock PowerPoint presentation. Password protected PowerPoint in Java...presentations in these formats: PPTX and PPT - Microsoft PowerPoint...presentation = new Presentation ( "pres.pptx" ); try { presentation . getProtectionManager...

    docs.aspose.com/slides/androidjava/password-pro...
  8. Secure Presentations with Passwords Using Pytho...

    Learn how to effortlessly lock and unlock password-protected PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Boost your productivity and secure your presentations with our step-by-step guide....presentations in these formats: PPTX and PPT - Microsoft PowerPoint..."encrypted-pres.pptx" , slides . export . SaveFormat . PPTX ) Setting...

    docs.aspose.com/slides/python-net/password-prot...
  9. Apply or Change a Slide Layout in C#|Aspose.Sli...

    Learn how to manage and customize slide layouts in Aspose.Slides for .NET. Explore layout types, placeholder control, footer visibility, and layout manipulation through code examples in C#....pptx" )) { // Go through the layout..."AddLayoutSlides.pptx" , SaveFormat . Pptx ); } Remove Unused...

    docs.aspose.com/slides/net/slide-layout/
  10. 动画图表|Aspose.Slides 文档

    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" ); try { // 获取图表对象的引用 ISlide..."AnimatingSeries_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/java/animated-charts/