Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 113,592 for

presentation

(0.08 sec)
  1. Slide Section|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....can organize a PowerPoint Presentation into sections. You get to...organize or divide slides in a presentation into logical parts in these...

    docs.aspose.com/slides/cpp/slide-section/
  2. Portion|Aspose.Slides Documentation

    Get portion in PowerPoint Presentation in C# or .NET...using ( Presentation presentation = new Presentation ( "Shapes...IAutoShape shape = ( IAutoShape ) presentation . Slides [ 0 ]. Shapes [...

    docs.aspose.com/slides/net/portion/
  3. Convert TXT to PPSM in Python or with free Onli...

    TXT to PPSM conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free TXT to PPSM online converter quickly before integrating the code.... The Portable Presentation Slide Master (PPSM) format...that is used to store a presentation with its associated master...

    products.aspose.com/total/python-net/conversion...
  4. Animated Charts|Aspose.Slides for PHP Documenta...

    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 listed below: Load a presentation. Get reference of the chart...Animate the series. Write the presentation file to disk. In the example...

    docs.aspose.com/slides/php-java/animated-charts/
  5. Convert PowerPoint to PDF with Notes in C++|Asp...

    Convert PowerPoint to PDF with notes with C++...how to convert PowerPoint presentations to PDF format with speaker...Notes The Save method in the Presentation class can be used to convert...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  6. Convert HTML to PPT in C++ | products.aspose.com

    Convert HTML to PPT in C++. Use C++ library API to convert HTML to PowerPoint...and manipulate PowerPoint presentations, PDFs, HTML docs, and other...to slides in a PowerPoint presentation. Convert HTML to PPT in...

    products.aspose.com/slides/cpp/conversion/html-...
  7. Convert PowerPoint to Markdown in C#|Aspose.Sli...

    Convert PowerPoint to Markdown in C#...of the Presentation class to represent a presentation object...markdown: using ( Presentation pres = new Presentation ( "pres.pptx"...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  8. Remove PPT Annotation using Python | products.a...

    Python source code to remove PPT Presentation comments... Presentation( "example.ppt" ) as presentation: # Deletes...comments from the presentation for author in presentation . comment_authors:...

    products.aspose.com/slides/python-net/annotatio...
  9. Get the titles of all the slides|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....of all the slides in the presentation. public static IList < string...presentationFile ) { // Open the presentation as read-only. using ( PresentationDocument...

    docs.aspose.com/slides/net/get-the-titles-of-al...
  10. 图表坐标轴|Aspose.Slides 文档

    使用 C# 或 .NET 编辑 PowerPoint 图表坐标轴...请按照以下步骤操作: 创建一个 Presentation 类的实例。 访问第一张幻灯片。 添加一个带有默认数据的图表。...中获取所需的值: using ( Presentation pres = new Presentation ()) { Chart...

    docs.aspose.com/slides/zh/net/chart-axis/