Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 130,438 for

presentation

(0.21 sec)
  1. 使用现代 API 增强图像处理|Aspose.Slides for Python 文档

    通过使用 Python 现代 API 替换已弃用的成像 API,实现幻灯片图像处理的现代化,以实现无缝的 PowerPoint 和 OpenDocument 自动化。... Presentation () as presentation : slide = presentation . slides...) as image : pp_image = presentation . images . add_image ( image...

    docs.aspose.com/slides/zh/python-net/modern-api/
  2. 演示文稿查看器|Aspose.Slides for Node.js via .NET 文档

    JavaScript 中的 PowerPoint 演示文稿查看器...从演示文稿幻灯片生成 SVG 图像,请按照以下步骤操作: 创建 Presentation 类的实例。 按索引获取幻灯片引用。 打开文件流。...; var presentation = new aspose . slides . Presentation ( "sample...

    docs.aspose.com/slides/zh/nodejs-java/presentat...
  3. Convert PPT and PPTX to JPG in .NET|Aspose.Slid...

    Convert PowerPoint (PPT, PPTX) slides to high-quality JPG images in C# with Aspose.Slides for .NET using fast, reliable code examples....PowerPoint and OpenDocument presentations to JPG images helps with...easy to implement your own presentation viewer and create a thumbnail...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  4. Advanced Text Extraction from Presentations in ...

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

    docs.aspose.com/slides/nodejs-java/extract-text...
  5. Enhance Your Presentations with AutoFit in Pyth...

    Learn how to manage AutoFit settings in Aspose.Slides for Python via .NET to optimize text display in your PowerPoint and OpenDocument Presentations and improve content readability....Enhance Your Presentations with AutoFit in Python Contents [...behavior for textboxes in presentations. Resize Shapes to Fit Text...

    docs.aspose.com/slides/python-net/manage-autofi...
  6. Add Line Shapes to Presentations in Java|Aspose...

    Learn to manipulate line formatting in PowerPoint Presentations with Aspose.Slides for Java. Discover properties, methods, and examples....Add Line Shapes to Presentations in Java Contents [ Hide ] Overview...appearance, and save the updated presentation. The examples focus on practical...

    docs.aspose.com/slides/java/line/
  7. Export Presentations to XAML in .NET|Aspose.Sli...

    Convert PowerPoint and OpenDocument slides to XAML in .NET using Aspose.Slides—quick, Office-free solution that keeps your layout intact....Export Presentations to XAML in .NET Contents [ Hide ] Overview...how to export PowerPoint presentations to XAML using Aspose.Slides...

    docs.aspose.com/slides/net/export-to-xaml/
  8. 转换为 XPS|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Save 方法由 Presentation 类公开,可用于将整个演示文稿转换为 XPS 文档。此外,...//Instantiate a Presentation object that represents a presentation file...

    docs.aspose.com/slides/zh/net/conversion-to-xps/
  9. Set Caption to OLE Icon|Aspose.Slides Documenta...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Presentation presentation = new Presentation (); ISlide...ISlide slide = presentation . getSlides (). get_Item ( 0 ); // Add...

    docs.aspose.com/slides/java/set-caption-to-ole-...
  10. Ink|Aspose.Slides Documentation

    Work with Ink in Aspose.Slides for .NET: draw, import, and edit strokes, adjust color and width, and export to PPT, PPTX, and ODP using C# examples....() { using var presentation = new Presentation ( "ink.pptx" );...); var slide = presentation . Slides [ 0 ]; if ( slide . Shapes...

    docs.aspose.com/slides/net/examples/elements/ink/