Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 130,048 for

presentation

(0.23 sec)
  1. Convert PPSM to BMP using C# | products.aspose.com

    Sample code for PPSM to BMP C# conversion. Use API example code for batch PPSM files to BMP conversion within VB.NET, Asp.NET or any .NET 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/net/conversion/ppsm-...
  2. Convert PPS to BMP using C# | products.aspose.com

    Sample code for PPS to BMP C# conversion. Use API example code for batch PPS files to BMP conversion within VB.NET, Asp.NET or any .NET 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/net/conversion/pps-t...
  3. C++ API to Convert PCL to PPS | products.aspose...

    Convert PCL to PPS via C++ without using Microsoft Word or Adobe Acrobat Reader...file format used to store presentations created with Microsoft PowerPoint...Load PPTX document by using Presentation class reference Save the...

    products.aspose.com/total/cpp/conversion/pcl-to...
  4. 管理演示文稿超链接(C++)|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升互动性和工作流。...auto presentation = System :: MakeObject < Presentation > ();...(); auto shapes = presentation -> get_Slides () -> idx_get ( 0...

    docs.aspose.com/slides/zh/cpp/manage-hyperlinks/
  5. Convert PPTX to JPEG using Java | products.aspo...

    Sample Java conversion code for PPTX 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/pptx...
  6. 使用 PHP 管理演示文稿中的音频|Aspose.Slides for PHP 文档

    在 Aspose.Slides for PHP 中创建和控制音频帧——示例代码演示如何嵌入、修剪、循环以及在 PPT、PPTX 和 ODP 演示文稿中配置播放。... 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 加载要嵌入到幻灯片中的音频文件流。...实例化一个表示演示文稿文件的 Presentation 类 $pres = new Presentation (); try { #...

    docs.aspose.com/slides/zh/php-java/audio-frame/
  7. Aspose::Words::DocumentBuilder::InsertOleObject...

    Aspose::Words::DocumentBuilder::InsertOleObject method. Inserts an embedded OLE object from a stream into the document in C++....System :: IO :: Stream > & presentation ) Parameter Type Description...OLE object being inserted. presentation const System::SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Convert PowerPoint Slides to PNG on Android|Asp...

    Convert PowerPoint Presentations to high-quality PNG images quickly with Aspose.Slides for Android via Java, ensuring precise, automated results....these steps: Instantiate the Presentation class. Get the slide object...object from the Presentation.getSlides() collection under the ISlide...

    docs.aspose.com/slides/androidjava/convert-powe...
  9. 在 .NET 中管理演示文稿的图表数据标记|Aspose.Slides 文档

    了解如何在 Aspose.Slides for .NET 中自定义图表数据标记,通过清晰的 C# 代码示例提升 PPT 和 PPTX 格式演示文稿的效果。...设置图表标记选项,请按照以下步骤操作: 实例化 Presentation 类。 创建默认图表。 设置图片。 获取第一个图表系列。...// 创建 Presentation 类的实例 using Presentation presentation = new...

    docs.aspose.com/slides/zh/net/chart-data-marker/
  10. 使用 Python 管理演示文稿中的 OLE|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 优化在 PowerPoint 和 OpenDocument 文件中的 OLE 对象管理。无缝嵌入、更新和导出 OLE 内容。...对象框架嵌入到幻灯片中,请按照下列步骤操作: 创建一个 Presentation 类的实例。 按索引获取幻灯片的引用。 将 Excel...with slides . Presentation () as presentation : slide_size =...

    docs.aspose.com/slides/zh/python-net/manage-ole/