Sort Score
Result 10 results
Languages All
Labels All
Results 4,771 - 4,780 of 127,324 for

presentation

(0.38 sec)
  1. Compress PPTM Files Online or using Android Mob...

    Free online app to compress different PPTM files. Android compression library Java code for PPTM documents....Load the document using Presentation class. Use the getDigitalSignatures()...ODP Files (OpenDocument Presentation Format) Compress ODS Files...

    products.aspose.com/total/android-java/compress...
  2. Compress PPSX Files Online or using Android Mob...

    Free online app to compress different PPSX files. Android compression library Java code for PPSX documents....Load the document using Presentation class. Use the getDigitalSignatures()...ODP Files (OpenDocument Presentation Format) Compress ODS Files...

    products.aspose.com/total/android-java/compress...
  3. 如何在 .NET 中创建 Hello World 演示文稿|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....文件的 Presentation 对象 Presentation pres = new Presentation ();...// 实例化 Presentation Presentation pres = new Presentation (); //...

    docs.aspose.com/slides/zh/net/how-to-create-hel...
  4. 获取所有幻灯片的标题|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.... Presentation != null ) { // 从Present...从PresentationPart对象获取Presentation对象。 Presentation presentation = presentationPart...

    docs.aspose.com/slides/zh/net/get-the-titles-of...
  5. 使用 .NET 中的 AutoFit 提升您的演示文稿|Aspose.Slides 文档

    了解如何在 Aspose.Slides for .NET 中管理 AutoFit 设置,以优化 PowerPoint 和 OpenDocument 演示文稿中的文本显示并提升内容可读性。...using ( Presentation presentation = new Presentation ()) { ISlide...ISlide slide = presentation . Slides [ 0 ]; IAutoShape autoShape...

    docs.aspose.com/slides/zh/net/manage-autofit-se...
  6. Online XSLFO to PPSX Conversion or Build .NET b...

    Free online app to convert XSLFO to PPSX files. .NET C# conversion library code for XSLFO documents....Load PPTX file by using Presentation class Save the document...instance of Presentation Presentation presentation = new Presentation...

    products.aspose.com/total/net/conversion/xslfo-...
  7. Convert DOTM to PPSX via Java or with free Onli...

    Java API to Export DOTM to PPSX without using Microsoft Word or PowerPoint or online. Test free DOTM to PPSX online converter quickly before integrating the code....for Java to create a new Presentation. This library provides a...and manipulate PowerPoint presentations. You can use it to write...

    products.aspose.com/total/java/conversion/dotm-...
  8. Export PS to SWF via C# API | products.aspose.com

    .NET API to Convert PS to SWF without using Microsoft Word...second step is to use the Presentation Processing API, Aspose.Slides...create, edit, and manipulate presentations in various formats, such...

    products.aspose.com/total/net/conversion/ps-to-...
  9. Online PCL to PPT Conversion or Build .NET base...

    Free online app to convert PCL to PPT files. .NET C# conversion library code for PCL documents....Load PPTX file by using Presentation class Save the document...instance of Presentation Presentation presentation = new Presentation...

    products.aspose.com/total/net/conversion/pcl-to...
  10. 使用 C++ 在演示文稿中管理 ActiveX 控件|Aspose.Slides 文档

    了解 Aspose.Slides for C++ 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发者提供对幻灯片的强大控制。...要在幻灯片上管理诸如文本框和简易命令按钮等简单的 ActiveX 控件: 创建 Presentation 类的实例并加载其中包含 ActiveX 控件的演示文稿。...auto presentation = System :: MakeObject < Presentation > ( u...

    docs.aspose.com/slides/zh/cpp/activex/