Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 130,448 for

presentation

(0.11 sec)
  1. Convert PPTX to PPT in PHP|Aspose.Slides for PH...

    Easily convert PPTX to PPT with Aspose.Slides — ensure seamless compatibility with PowerPoint formats while preserving your Presentation’s layout and quality....how to convert PowerPoint Presentation in PPTX format into PPT...format to the Save method of Presentation class. The PHP code sample...

    docs.aspose.com/slides/php-java/convert-pptx-to...
  2. 在 .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/
  3. Advanced Text Extraction from Presentations in ...

    Quickly extract text from PowerPoint and OpenDocument Presentations using Aspose.Slides for PHP via Java. Follow our simple, step-by-step guide to save time....Advanced Text Extraction from Presentations in PHP Contents [ Hide ]...extract the text from a presentation. To do so, you need to extract...

    docs.aspose.com/slides/php-java/extract-text-fr...
  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. 使用 PHP 管理演示文稿中的项目符号和编号列表|Aspose.Slides for PHP 文档

    了解如何使用 Aspose.Slides for PHP via Java 在 PowerPoint 和 OpenDocument 演示文稿中创建和格式化项目符号、图片、多级和编号列表。...$paragraph ; } $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); $autoShape...

    docs.aspose.com/slides/zh/php-java/manage-lists/
  6. Manage Chart Data Labels in Presentations with ...

    Learn to add and format chart data labels in PowerPoint and OpenDocument Presentations using Aspose.Slides for Python via .NET for more engaging slides....Manage Chart Data Labels in Presentations with Python Contents [ Hide...slides . Presentation () as presentation : slide = presentation . slides...

    docs.aspose.com/slides/python-net/chart-data-la...
  7. Customize Doughnut Charts in Presentations with...

    Discover how to create and customize doughnut charts in Aspose.Slides for Python via .NET, supporting PowerPoint and OpenDocument formats for dynamic Presentations....Customize Doughnut Charts in Presentations with Python Contents [ Hide...center hole, and saving the presentation. It focuses on the doughnut_hole_size...

    docs.aspose.com/slides/python-net/doughnut-chart/
  8. Streamline Font Replacement in Presentations on...

    Seamlessly replace fonts in Aspose.Slides for Android via Java to ensure consistent typography in PowerPoint and OpenDocument Presentations....Streamline Font Replacement in Presentations on Android Contents [ Hide...this way: Load the relevant presentation. Load the font that will...

    docs.aspose.com/slides/androidjava/font-replace...
  9. 文本框|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中使用文本框:使用 JavaScript 为 PPT、PPTX 和 ODP 演示文稿添加、格式化、对齐、换行、自动适应和样式化文本。...{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  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/