Sort Score
Result 10 results
Languages All
Labels All
Results 5,711 - 5,720 of 129,299 for

presentation

(0.16 sec)
  1. Convert ODT to POTM in Android Apps or with fre...

    ODT to POTM conversion in your Android Phones without using Microsoft Word of PowerPoint or online. Test free ODT to POTM online converter quickly before integrating the code....Java, you can create a new Presentation, write HTML content in it...create, edit, and convert presentations within their Android applications...

    products.aspose.com/total/android-java/conversi...
  2. Online TEX to PPSX Conversion or Build .NET bas...

    Free online app to convert TEX to PPSX 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...
  3. Online MHTML to ODP Conversion or Build .NET ba...

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

    products.aspose.com/total/net/conversion/mhtml-...
  4. Online MHTML to POTX Conversion or Build .NET b...

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

    products.aspose.com/total/net/conversion/mhtml-...
  5. Convert DOT to PPS in Android Apps or with free...

    DOT to PPS conversion in your Android Phones without using Microsoft Word of PowerPoint or online. Test free DOT to PPS online converter quickly before integrating the code....Java, you can create a new Presentation, write HTML content in it...create, edit, and convert presentations from one format to another...

    products.aspose.com/total/android-java/conversi...
  6. Online SVG to PPSM Conversion or Build .NET bas...

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

    products.aspose.com/total/net/conversion/svg-to...
  7. Pptx文件内容-文本替换功能 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 针对pptx文件内容的替换功能 如何把A文字替换成B文字呢,麻烦提供下相关示例代码...请尝试使用以下代码示例: Presentation presentation1 = new Presentation("presentation1...pptx"); Presentation presentation2 = new Presentation("presentation2...

    forum.aspose.com/t/pptx/326713
  8. 使用 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/
  9. 使用 Java 在演示文稿中管理图表数据标签|Aspose.Slides 文档

    学习使用 Aspose.Slides for Java 在PowerPoint演示文稿中添加和格式化图表数据标签,以创建更具吸引力的幻灯片。...示例演示如何在图表数据标签中设置数据精度: Presentation pres = new Presentation (); try { IChart...创建 Presentation 类的实例 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/java/chart-data-label/
  10. 在 .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/