Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 113,671 for

presentation

(0.04 sec)
  1. 演示文稿查看器|Aspose.Slides for PHP 文档

    PowerPoint PPT 查看器...从任何所需的幻灯片生成 SVG 图像,请按照以下步骤进行: 创建一个 Presentation 类的实例。 通过使用其 ID 或索引获取所需幻灯片的引用。...实例化表示演示文稿文件的 Presentation 类 $pres = new Presentation ( "CreateSlidesSVGImage...

    docs.aspose.com/slides/zh/php-java/presentation...
  2. How to Insert Image into PowerPoint Table using...

    This example focuses on how to insert Image into PowerPoint Table using Python. It describes all the requisite information to set up the environment and a working example code to add table image in PowerPoint using Python....default presentation using an instance of the Presentation class...Insert the image inside the presentation image collection Access...

    kb.aspose.com/slides/python/how-to-insert-image...
  3. Convert OTP to BMP using Java | products.aspose...

    Sample Java conversion code for OTP format to BMP file. Use this example code to export PowerPoint & OpenOffice Presentations to BMP within any Web or Desktop Java based Application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/java/conversion/otp-...
  4. Convert PPS to JPEG using Java | products.aspos...

    Sample Java conversion code for PPS format to JPEG file. Use this example code to export PowerPoint & OpenOffice Presentations to JPEG within any Web or Desktop Java based Application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/java/conversion/pps-...
  5. Convert PPS to GIF using Java | products.aspose...

    Sample Java conversion code for PPS format to GIF file. Use this example code to export PowerPoint & OpenOffice Presentations to GIF within any Web or Desktop Java based Application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/java/conversion/pps-...
  6. 图表坐标轴|Aspose.Slides for Python 文档

    在 Python 中编辑 PowerPoint 图表坐标轴...请按照以下步骤操作: 创建一个 Presentation 类的实例。 访问第一张幻灯片。 添加一个带有默认数据的图表。...as slides with slides . Presentation () as pres : chart = pres...

    docs.aspose.com/slides/zh/python-net/chart-axis/
  7. 图表数据标签|Aspose.Slides 文档

    在Java中设置PowerPoint图表数据标签和距离...以下Java代码展示了如何设置图表数据标签中的数据精度: Presentation pres = new Presentation (); try { IChart...// 创建Presentation类的实例 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/java/chart-data-label/
  8. FAQs|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....formula for calculating the presentation size supported by Aspose...to accommodate the whole presentation structure and images in...

    docs.aspose.com/slides/php-java/faqs/
  9. FAQs|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....formula for calculating the presentation size supported by Aspose...to accommodate the whole presentation structure and images in...

    docs.aspose.com/slides/net/faqs/
  10. How to Insert HTML into PowerPoint using Python

    This quick tutorial describes how to insert HTML into PowerPoint using Python. It shares environment settings, detailed steps and a runnable sample code convert HTML to PowerPoint using Python....Create a blank presentation using the Presentation class for inserting...string Save the resultant presentation as PPTX having HTML contents...

    kb.aspose.com/slides/python/how-to-insert-html-...