Sort Score
Result 10 results
Languages All
Labels All
Results 5,871 - 5,880 of 163,372 for

presentation

(0.13 sec)
  1. PrintSlideNumbers | Aspose.Sildes for .NET API ...

    Specifies whether or not to print the displayed slide numbers....[C#] using ( Presentation pres = new Presentation ( "pres.pptx"...

    reference.aspose.com/slides/net/aspose.slides.e...
  2. Comment | Aspose.Slides for C++ API Reference

    Represents a comment on a slide....PowerPoint presentation. // Instantiates the Presentation class auto...auto presentation = System :: MakeObject < Presentation > ();...

    reference.aspose.com/slides/cpp/aspose.slides/c...
  3. 3x Increase in the Runtime after Updating Aspos...

    There’s a 3x increase in the runtime when I updated the library from Aspose 23.8 to 23.9 (and no other changes in the code)....information: examples of presentation files code examples your...8:07am 5 Hi, Kindly use the presentation from this link Containerize...

    forum.aspose.com/t/3x-increase-in-the-runtime-a...
  4. Add Images in Slides using Apache POI and Aspos...

    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....autoshapes can be added to presentation slides using Aspose.Slides...Slides. //Instantiate a Presentation object that represents a PPT...

    docs.aspose.com/slides/java/slides-poi/add-imag...
  5. 在 C# 中将 PNG 转换为 PDF | products.aspose.com

    在 C# 中将 PNG 转换为 PDF。使用 .NET 库 API 将 PNG 图像转换为 PDF 文档。...开发人员和应用程序可以通过以下方式将 PNG 转换为 PDF: 创建一个 Presentation 类的实例。 加载 PNG 图像。 添加相框。 调用...将PNG转换为PDF的C#代码 using (Presentation pres = new Presentation()) { IPPImage...

    products.aspose.com/slides/zh/net/conversion/pn...
  6. 在 C# 中将 PDF 转换为 HTML | products.aspose.com

    在 C# 中将 PDF 转换为 HTML。使用 .NET 库 API 将 PDF 页面转换为 HTML 文件...开发人员和应用程序可以通过以下方式将 PDF 转换为 HTML: 创建一个 Presentation 类的实例。 加载 PDF 文件。 基于 PDF...C# 代码 using (Presentation pres = new Presentation()) { pres.Slides...

    products.aspose.com/slides/zh/net/conversion/pd...
  7. 通过 C++ 应用程序将 POTM 转换为 SWF | products.aspose.com

    POTM 文档到 SWF 格式的示例 C++ 转换代码。在任何 C++ 应用程序中使用示例代码将 POTM 批量转换为 SWF。...Slides for C++ Presentation Object 加载 POTM 文件。 调用 Save()...SharedPtr<Presentation> prs = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/zh/cpp/conversion/po...
  8. IDataLabelCollection | Aspose.Slides for Java A...

    Represents a series labels.... Example: Presentation pres = new Presentation("pres.pptx");...Color. Example: Presentation pres = new Presentation("pres.pptx");...

    reference.aspose.com/slides/java/com.aspose.sli...
  9. IDataLabelCollection | Aspose.Slides for Androi...

    Represents a series labels.... Example: Presentation pres = new Presentation("pres.pptx");...Integer. Example: Presentation pres = new Presentation("pres.pptx");...

    reference.aspose.com/slides/androidjava/com.asp...
  10. How to Convert PPTX to PPT in Java

    This tutorial guides on how to convert PPTX to PPT in Java. It shares the configuration details, program sequence and a runnable sample code to change PPTX to PPT in Java....to modify the loaded PPTX presentation before saving it back as...template PPTX file into the Presentation class object Perform some...

    kb.aspose.com/slides/java/how-to-convert-pptx-t...