Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 129,978 for

presentation

(0.19 sec)
  1. 在 .NET 中格式化演示文稿文本|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 和 OpenDocument 演示文稿中格式化和样式化文本。自定义字体、颜色、对齐方式等。... 使用此方法,请按以下步骤操作: 实例化 Presentation 类并提供输入文件(PPT、PPTX、ODP 等)。...。 using ( var presentation = new Presentation ( "sample.pptx"...

    docs.aspose.com/slides/zh/net/text-formatting/
  2. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, PPTX and ODP Presentation solutions.... Presentation input = new Presentation (); IShapeCollection...slide Id. Presentation presentation = new Presentation (); long...

    docs.aspose.com/slides/java/public-api-and-back...
  3. Manage Chart Data Markers in Presentations in ....

    Learn how to customize chart data markers in Aspose.Slides for .NET, boosting Presentation impact across PPT and PPTX formats with clear C# code examples....Manage Chart Data Markers in Presentations in .NET Contents [ Hide...size, and save the updated presentation. It also notes that standard...

    docs.aspose.com/slides/net/chart-data-marker/
  4. 图片|Aspose.Slides 文档

    在 Aspose.Slides for C++ 中处理图片:插入、裁剪、压缩、重新着色,并使用 C++ 示例导出适用于 PPT、PPTX 和 ODP 演示文稿的图像。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); // 创建一个简单的内存图像。 auto...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  5. Manage ActiveX Controls in Presentations Using ...

    Learn how Aspose.Slides for Java leverages ActiveX to automate and enhance PowerPoint Presentations, giving developers powerful control over slides....Manage ActiveX Controls in Presentations Using Java Contents [ Hide...ActiveX controls are used in presentations. Aspose.Slides for Java...

    docs.aspose.com/slides/java/activex/
  6. Convert PowerPoint Presentations to TIFF in Jav...

    Learn how to easily convert PowerPoint (PPT, PPTX) Presentations to high-quality TIFF images using Aspose.Slides for Java, with code examples....Convert PowerPoint Presentations to TIFF in Java Contents [ Hide...TIFF images, ensuring your presentations retain maximum visual fidelity...

    docs.aspose.com/slides/java/convert-powerpoint-...
  7. Manage Table Cells in Presentations Using Java|...

    Effortlessly manage table cells in PowerPoint with Aspose.Slides for Java. Master accessing, modifying, and styling cells quickly for seamless slide automation....Manage Table Cells in Presentations Using Java Contents [ Hide...table cells in PowerPoint presentations. This article explains how...

    docs.aspose.com/slides/java/manage-cells/
  8. Picture|Aspose.Slides Documentation

    Work with pictures in Aspose.Slides for C++: insert, crop, compress, recolor, and export images with C++ examples for PPT, PPTX, and ODP Presentations....() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); // Create a simple...

    docs.aspose.com/slides/cpp/examples/elements/pi...
  9. 在 PHP 中创建演示文稿查看器|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 创建自定义演示文稿查看器。无需 Microsoft PowerPoint,即可轻松显示 PowerPoint 和 OpenDocument 文件。...从演示文稿幻灯片生成 SVG 图像,请按照以下步骤操作: 创建 Presentation 类的实例。 按索引获取幻灯片引用。 打开文件流。...$slideIndex = 0 ; $presentation = new Presentation ( "sample.pptx"...

    docs.aspose.com/slides/zh/php-java/presentation...
  10. 在 C++ 中格式化 PowerPoint 形状|Aspose.Slides 文档

    了解如何使用 Aspose.Slides 在 C++ 中格式化 PowerPoint 形状——为 PPT、PPTX 和 ODP 文件精准且完全控制地设置填充、线条和效果样式。...以下步骤概述了该过程: 创建一个 Presentation 类的实例。 按索引获取幻灯片的引用。 向幻灯片添加一个...实例化表示演示文稿文件的 Presentation 类。 auto presentation = MakeObject <...

    docs.aspose.com/slides/zh/cpp/shape-formatting/