Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 130,433 for

presentation

(0.18 sec)
  1. OLE 对象|Aspose.Slides 文档

    在 Aspose.Slides for Android 中处理 OLE 对象:使用 Java 在 PPT、PPTX 和 ODP 演示文稿中插入、链接、更新和提取嵌入内容。...IOException { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/androidjava/examples/...
  2. Convert PPT and PPTX to PDF in Java [Advanced F...

    Convert PowerPoint PPT/PPTX to high-quality, searchable PDFs in Java using Aspose.Slides, with fast code examples and advanced conversion options....Overview Converting PowerPoint presentations (PPT, PPTX, ODP, etc.) into...layout and formatting of your presentation. This guide demonstrates...

    docs.aspose.com/slides/java/convert-powerpoint-...
  3. Connector|Aspose.Slides Documentation

    Learn how to add, route, and style connectors between shapes using Aspose.Slides for .NET, with C# examples for PPT, PPTX, and ODP Presentations....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; var connector = slide . Shapes...

    docs.aspose.com/slides/net/examples/elements/co...
  4. Convert PowerPoint Presentations to Word Docume...

    Convert PowerPoint PPT and PPTX slides to editable Word documents in C# using Aspose.Slides for .NET with precise layout, images and formatting preserved....Convert PowerPoint Presentations to Word Documents in .NET Contents...PowerPoint and OpenDocument presentations to Word documents using...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  5. Table|Aspose.Slides Documentation

    Work with tables in Aspose.Slides for .NET: create, format, merge cells, apply styles, import data, and export with C# examples for PPT, PPTX, and ODP....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; double [] widths = { 80 , 80 };...

    docs.aspose.com/slides/net/examples/elements/ta...
  6. Convert PowerPoint Presentations to Word Docume...

    Learn how to effortlessly convert PowerPoint and OpenDocument Presentations to Word documents using Aspose.Slides for Python via .NET. Our step-by-step guide with sample Python code provides the solution for developers looking to streamline their document workflows....Convert PowerPoint Presentations to Word Documents in Python...PowerPoint and OpenDocument presentations to Word documents using...

    docs.aspose.com/slides/python-net/convert-power...
  7. Convert PowerPoint Presentations to HTML in Jav...

    Convert PowerPoint Presentations to responsive HTML. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....Convert PowerPoint Presentations to HTML in JavaScript Contents...how to convert PowerPoint Presentation in HTML format using JavaScript...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  8. Header Footer|Aspose.Slides Documentation

    Control slide headers and footers with Aspose.Slides for C++: add dates, slide numbers, and custom text in PPT, PPTX, and ODP with C++ examples....() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); slide -> get_HeaderFooterManager...

    docs.aspose.com/slides/cpp/examples/elements/he...
  9. 超链接|Aspose.Slides for Python 文档

    在 Python 中使用 Aspose.Slides 添加、编辑和删除超链接:链接文本、形状、幻灯片、URL 和电子邮件;为 PPT、PPTX 和 ODP 设置目标和操作。... Presentation () as presentation : slide = presentation . slides..."https://www.aspose.com" ) presentation . save ( "hyperlink.pptx"...

    docs.aspose.com/slides/zh/python-net/examples/e...
  10. Manage SmartArt Graphics in Presentations Using...

    Automate PowerPoint SmartArt creation, editing, and styling in Java using Aspose.Slides, featuring concise code examples and performance-focused guidance....Manage SmartArt Graphics in Presentations Using Java Contents [ Hide...graphics in PowerPoint presentations programmatically. This article...

    docs.aspose.com/slides/java/manage-smartart-shape/