Sort Score
Result 10 results
Languages All
Labels All
Results 5,651 - 5,660 of 129,290 for

presentation

(0.15 sec)
  1. Convert PowerPoint Slides to PNG in JavaScript|...

    Convert PowerPoint Presentations to high-quality PNG images in JavaScript quickly with Aspose.Slides for Node.js, ensuring precise, automated results....these steps: Instantiate the Presentation class. Get the slide object...collection returned by the Presentation.getSlides() method under...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  2. Convert POTX to XML using C++ application | pro...

    Sample C++ conversion code for POTX document to XML format. Use example code for batch POTX to XML conversion within any C++ Application....Slides for C++ Presentation Object. Call the Save()...SharedPtr<Presentation> prs = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/potx-...
  3. 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...
  4. Compress PPSM Files Online or using Android Mob...

    Free online app to compress different PPSM files. Android compression library Java code for PPSM 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...
  5. 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...
  6. Aspose.Slides for Java 15.1.0 的公共 API 和向后不兼容的更改...

    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 类的新方法 getFontsManager()。FontsManager...以下示例展示如何在演示文稿中替换字体: Presentation pres = new Presentation ( "PresContainsArialFon...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  7. 在 .NET 中管理 PowerPoint 文本段落|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 精通段落格式化 - 在 C# 中优化 PPT、PPTX 和 ODP 演示文稿的对齐、间距和样式。...个段落且每个段落包含 3 个部分的文本框: 创建一个 Presentation 类的实例。 通过索引访问相应幻灯片的引用。 向幻灯片添加一个矩形...实例化一个表示 PPTX 文件的 Presentation 类 using ( Presentation pres = new Presentation...

    docs.aspose.com/slides/zh/net/manage-paragraph/
  8. 如何在 .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...
  9. Online TEX to PPSM Conversion or Build .NET bas...

    Free online app to convert TEX to PPSM files. .NET C# conversion library code for TEX documents....Load PPTX file by using Presentation class Save the document...via .NET. Presentation presentation = new Presentation ( "PptxOutput...

    products.aspose.com/total/net/conversion/tex-to...
  10. 使用 Python 在演示文稿中自定义图表坐标轴|Aspose.Slides for Pyth...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中自定义图表坐标轴,以用于报告和可视化。...请按以下步骤操作: 创建 Presentation 类的实例。 访问第一张幻灯片。 添加一个带有默认数据的图表。...as slides with slides . Presentation () as pres : chart = pres...

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