Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 10,061 for

presentation

(0.03 sec)
  1. 将 PowerPoint 转换为 PDF 附注|Aspose.Slides for PHP 文档

    将 PowerPoint 转换为带附注的 PDF...实例化一个表示演示文稿文件的 Presentation 对象 $presIn = new Presentation ( "SelectedSlides...pptx" ); $presOut = new Presentation (); try { $slide = $presIn...

    docs.aspose.com/slides/zh/php-java/convert-powe...
  2. Create Slide as SVG Image|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....Create an instance of the Presentation class. Obtain the desired...//Instantiate a Presentation class that represents the presentation file...

    docs.aspose.com/slides/net/create-slide-as-svg-...
  3. 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....Remarks PPT PowerPoint 97-2003 Presentation POT PowerPoint 97-2003 Template...97-2003 Show PPTX PowerPoint Presentation POTX PowerPoint Template...

    docs.aspose.com/slides/cpp/supported-file-formats/
  4. 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....Remarks PPT PowerPoint 97-2003 Presentation POT PowerPoint 97-2003 Template...97-2003 Show PPTX PowerPoint Presentation POTX PowerPoint Template...

    docs.aspose.com/slides/python-java/supported-fi...
  5. Manage Bullet|Aspose.Slides for PHP Documentation

    Create bullet and numbered lists in PowerPoint Presentation...numbers in slides in your presentations. Why Use Bullet Lists? Bullet...lists help you to organize and present information quickly and efficiently...

    docs.aspose.com/slides/php-java/manage-bullet/
  6. 将PowerPoint转换为视频|Aspose.Slides 文档

    使用Aspose.Slides for C++ API将PowerPoint转换为视频...auto presentation = System :: MakeObject < Presentation > ();...(); auto slide = presentation -> get_Slide ( 0 ); // 添加笑脸形状然后对其进行动画处理...

    docs.aspose.com/slides/zh/cpp/convert-powerpoin...
  7. 演示文稿背景|Aspose.Slides 文档

    在 CPP 中设置 PowerPoint 演示文稿的背景... 创建 Presentation 类的实例。 将幻灯片的 BackgroundType...pptx" ; // 创建 Presentation 类的实例 SharedPtr < Presentation > pres =...

    docs.aspose.com/slides/zh/cpp/presentation-back...
  8. How to Convert PowerPoint to Tiff using Python

    This topic is about how to convert Presentation to TIFF using Python along with the detailed steps to set up the environment and verify the working sample code. You can also consider converting PPT to TIFF in Python using the same example code provided in this topic....to TIFF Load the source presentation by creating an instance...instance of the Presentation class Create a Tiffoptions class object...

    kb.aspose.com/slides/python/how-to-convert-powe...
  9. Doughnut Chart|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....steps below: Instantiate Presentation object. Add doughnut chart...a doughnut chart. Write presentation to disk. In the example...

    docs.aspose.com/slides/androidjava/doughnut-chart/
  10. Get all the text in all the slides|Aspose.Slide...

    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....presentationFile ) { // Open the presentation as read-only. using ( PresentationDocument... false )) { // Pass the presentation to the next CountSlides...

    docs.aspose.com/slides/net/get-all-the-text-in-...