Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 226,240 for

slide

(0.06 sec)
  1. Text Box|Aspose.Slides Documentation

    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....Slides, a text box is represented...text) var textBox = pres . Slides [ 0 ]. Shapes . AddAutoShape...

    docs.aspose.com/slides/net/examples/elements/te...
  2. 导出图表|Aspose.Slides 文档

    在 C++ 中从 PowerPoint 演示文稿中获取图表图像...Slides for C++ 提供支持提取特定图表的图像。以下是示例代码。...pptx" ); auto slide = presentation -> get_Slide ( 0 ); auto chart...

    docs.aspose.com/slides/zh/cpp/export-chart/
  3. Embed Excel in PowerPoint using C#

    This article describes the process to embed Excel in PowerPoint using C#. It has the IDE settings, steps, and code to embed an Excel file in PowerPoint using C#....Slides Product Family Aspose.Imaging...within a specified frame in the slide. Steps to Embed an Excel File...

    kb.aspose.com/slides/net/embed-excel-in-powerpo...
  4. Format PowerPoint Text in JavaScript|Aspose.Sli...

    Learn how to format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Node.js via Java. Customize fonts, colors, alignment, and more with powerful JavaScript code examples.... slides . Presentation ( "Presentation...textHighlightingOpti = new aspose . slides . TextHighlightingOpti ();...

    docs.aspose.com/slides/nodejs-java/text-formatt...
  5. Manage Presentation|Aspose.Slides for Node.js v...

    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 Manage Slide Show Presentation Slide...

    docs.aspose.com/slides/nodejs-java/manage-prese...
  6. Manage Placeholder|Aspose.Slides Documentation

    Change Placeholder text and prompt text in PowerPoint presentations in C# or .NET...Slides for .NET , you can find and...placeholders on slides in presentations. Aspose.Slides allows you...

    docs.aspose.com/slides/net/manage-placeholder/
  7. Chart Data Label|Aspose.Slides Documentation

    Set PowerPoint chart data label and distance in Java...Slides for Java allows you to set...try { // Gets the first slide ISlide slide = pres . getSlides ()...

    docs.aspose.com/slides/java/chart-data-label/
  8. Chart Data Label|Aspose.Slides Documentation

    Set PowerPoint chart data label and distance in Java...Slides for Android via Java allows...try { // Gets the first slide ISlide slide = pres . getSlides ()...

    docs.aspose.com/slides/androidjava/chart-data-l...
  9. Add Image in Table Cell|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....//Get the first slide Slide sld = pres . Slides [ 1 ]; foreach...ImageFile ); } } Aspose.Slides Aspose.Slides for .NET has provided...

    docs.aspose.com/slides/net/add-image-in-table-c...
  10. 在演示文稿中使用 Python 管理缩放|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 创建和自定义 Zoom — 在 PPT、PPTX 和 ODP 演示文稿的章节之间跳转,添加缩略图和过渡效果。...Slides 提供了 ZoomImageType 枚举、 IZoomFrame...此示例代码向您展示了如何在幻灯片中创建缩放框: import aspose.slides as slides import aspose.pydrawing...

    docs.aspose.com/slides/zh/python-net/manage-zoom/