Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 10,116 for

presentation

(0.05 sec)
  1. 3D 演示文稿|Aspose.Slides for Python 文档

    Python 中的 3D PowerPoint 演示文稿... Presentation () as presentation : slide = presentation . slides...save ( "sample_3d.png" ) presentation . save ( "sandbox_3d.pptx"...

    docs.aspose.com/slides/zh/python-net/3d-present...
  2. Different File Formats and Conversions|Aspose.S...

    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....(PPT) About PPT PPT is the presentation document file format that...is the binary format for presentation documents developed by Microsoft...

    docs.aspose.com/slides/cpp/different-file-forma...
  3. Modern API|Aspose.Slides for Node.js via .NET D...

    Modern API... Presentation (); try { var ppImage ;...instance of IImage to the presentation's images. ppImage = pres...

    docs.aspose.com/slides/nodejs-java/modern-api/
  4. How to Convert PPTX to PPT in Java

    This tutorial guides on how to convert PPTX to PPT in Java. It shares the configuration details, program sequence and a runnable sample code to change PPTX to PPT in Java....to modify the loaded PPTX presentation before saving it back as...template PPTX file into the Presentation class object Perform some...

    kb.aspose.com/slides/java/how-to-convert-pptx-t...
  5. How to Convert PPTX to PPT using Python

    This brief tutorial is about how convert PPTX to PPT using Python. It covers all the information about the resources required and a process to write PPTX to PPT file converter using Python....PPTX to PPT Open the source presentation from the disk by creating...creating an instance of the Presentation class The save method converts...

    kb.aspose.com/slides/python/how-to-convert-pptx...
  6. 转换幻灯片|Aspose.Slides 文档

    在Java中将PowerPoint幻灯片转换为图像(位图、PNG或JPG)...格式: Presentation pres = new Presentation ( "Presentation.pptx"...方法将演示文稿的第一张幻灯片转换为位图对象: Presentation pres = new Presentation ( "Presentation.pptx"...

    docs.aspose.com/slides/zh/androidjava/convert-s...
  7. Custom Shape|Aspose.Slides Documentation

    Add a custom shape to a PowerPoint Presentation in C++...to a shape: SharedPtr < Presentation > pres = System :: MakeObject...MakeObject < Presentation > (); SharedPtr < IShapeCollection > shapes...

    docs.aspose.com/slides/cpp/custom-shape/
  8. Convert PowerPoint to PNG|Aspose.Slides for PHP...

    Convert PowerPoint Presentation to PNG...these steps: Instantiate the Presentation class. Get the slide object...object from the Presentation.getSlides() collection under the ISlide...

    docs.aspose.com/slides/php-java/convert-powerpo...
  9. Portion|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....auto presentation = System :: MakeObject < Presentation > ( u...ExplicitCast < IAutoShape > ( presentation -> get_Slides () -> idx_get...

    docs.aspose.com/slides/cpp/portion/
  10. 3D 演示|Aspose.Slides 文档

    C++ 中的 3D PowerPoint 演示...auto presentation = System :: MakeObject < Presentation > ();...(); auto slide = presentation -> get_Slide ( 0 ); auto shape =...

    docs.aspose.com/slides/zh/cpp/3d-presentation/