Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 129,330 for

presentation

(1.62 sec)
  1. Convert DOCX to POWERPOINT via C++ or with free...

    Export DOCX to POWERPOINT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCX to POWERPOINT online converter quickly before integrating the code....PowerPoint presentation can be useful for creating a presentation from...also be used to create a presentation from a document that has...

    products.aspose.com/total/cpp/conversion/docx-t...
  2. Convert DOCX to POT in Android Apps or with fre...

    DOCX to POT conversion in your Android Phones without using Microsoft Word of PowerPoint or online. Test free DOCX to POT online converter quickly before integrating the code....Java, you can create a new Presentation, write HTML content in it...to work with PowerPoint presentations, such as creating, editing...

    products.aspose.com/total/android-java/conversi...
  3. Redact PowerPoint and OpenOffice Presentations ...

    C# source code to find and remove content in PowerPoint and OpenOffice™ Presentations...find and remove content in presentations using server-side APIs.... Redact Presentation Code Samples Online Include Redact Presentation...

    products.aspose.com/slides/net/redaction/
  4. Creating Tables Using VSTO and Aspose.Slides fo...

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and create tables in PowerPoint (PPT, PPTX) slides in C# with flexible formatting....used to display data on presentation slides. This article shows...slide using VSTO: Create a presentation. Add an empty slide is added...

    docs.aspose.com/slides/net/creating-a-table-on-...
  5. Create 3D Presentations in PHP|Aspose.Slides fo...

    Generate interactive 3D Presentations in PHP with Aspose.Slides effortlessly. Export quickly to PowerPoint and OpenDocument formats for versatile use....Create 3D Presentations in PHP Contents [ Hide ] Overview Since...possible to create 3D in presentations. PowerPoint 3D is a way...

    docs.aspose.com/slides/php-java/3d-presentation/
  6. 文本框|Aspose.Slides 文档

    在 Aspose.Slides for C++ 中使用文本框:使用 C++ 为 PPT、PPTX 和 ODP 演示文稿添加、格式化、对齐、换行、自动适应并设置文本样式。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); // 创建一个矩形形状(默认填充且有边框且没有文本)。...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  7. 在 JavaScript 中从 PDF 或 HTML 导入演示文稿|Aspose.Slides...

    使用 Aspose.Slides for Node.js 将 PDF 和 HTML 文档导入 PowerPoint 和 OpenDocument 演示文稿,实现无缝、高性能的幻灯片处理。... 创建 Presentation 类的实例。 调用 addFromPdf() 方法并传入...= new aspose . slides . Presentation (); try { pres . getSlides...

    docs.aspose.com/slides/zh/nodejs-java/import-pr...
  8. Hello World Application using Aspose.Slides for...

    Create your first C++ app with Aspose.Slides, a simple Hello World example that gets you ready to automate PPT, PPTX and ODP Presentations....will create a PowerPoint presentation having Hello World text...API: Create an instance of Presentation class Obtain the reference...

    docs.aspose.com/slides/cpp/hello-world-applicat...
  9. 图片|Aspose.Slides 文档

    在 Aspose.Slides for .NET 中处理图片:插入、裁剪、压缩、重新着色,并使用 C# 示例导出 PPT、PPTX 和 ODP 演示文稿中的图像。...() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; // 创建一个简单的内存图像。 using var bitmap...

    docs.aspose.com/slides/zh/net/examples/elements...
  10. 使用 Python 在演示文稿中自定义图表图例|Aspose.Slides for Pytho...

    通过 Aspose.Slides for Python(基于 .NET)自定义图表图例,以优化 PowerPoint 和 OpenDocument 演示文稿的图例格式。... 创建一个 Presentation 类的实例。 获取幻灯片的引用。 向幻灯片添加图表。...slides # 创建 Presentation 类的实例。 with slides . Presentation () as presentation...

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