Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 127,324 for

presentation

(0.36 sec)
  1. 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...Create an instance of the Presentation class. Get the table from...

    docs.aspose.com/slides/java/manage-cells/
  2. Format Charts in Presentations Using Python|Asp...

    Learn chart formatting in Aspose.Slides for Python via .NET and elevate your PowerPoint or OpenDocument Presentation with professional, eye-catching styling....Format Charts in Presentations Using Python Contents [ Hide ]...examples, you’ll create a Presentation , add and configure a chart...

    docs.aspose.com/slides/python-net/chart-formatt...
  3. 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...steps below: Instantiate Presentation class. Add doughnut chart...

    docs.aspose.com/slides/python-net/doughnut-chart/
  4. Chart|Aspose.Slides for Python Documentation

    Create and customize charts in Python with Aspose.Slides: add data, format series, axes and labels, change types, and export—works with PPT, PPTX and ODP.... Presentation () as presentation : slide = presentation . slides..., 50 , 50 , 400 , 300 ) presentation . save ( "chart.pptx" ,...

    docs.aspose.com/slides/python-net/examples/elem...
  5. Video|Aspose.Slides for Python Documentation

    Work with video in Python using Aspose.Slides: insert, replace, trim, set poster frames and playback options, and export Presentations for PPT, PPTX and ODP.... Presentation () as presentation : slide = presentation . slides...320 , 240 , "video.mp4" ) presentation . save ( "video.pptx" ,...

    docs.aspose.com/slides/python-net/examples/elem...
  6. Slide Transitions|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....below: Create an instance of Presentation class Apply a Slide Transition...enum Write the modified presentation file. Example string FilePath...

    docs.aspose.com/slides/net/slide-transitions/
  7. 组形状|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中管理组形状:创建、嵌套、对齐、重新排序和设置组形状样式,提供 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/...
  8. Count the number of Slides|Aspose.Slides Docume...

    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.... ReadKey (); // Get the presentation object and pass it to the...presentationFile ) { // Open the presentation as read-only. using ( PresentationDocument...

    docs.aspose.com/slides/net/count-the-number-of-...
  9. DocumentBuilder.insertOleObject method | Aspose...

    Aspose.Words.DocumentBuilder.insertOleObject method...insertOleObject(stream, progId, asIcon, presentation) Inserts an embedded OLE...string , asIcon : boolean , presentation : Buffer ) Parameter Type...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 在 .NET 中自定义演示文稿的饼图|Aspose.Slides 文档

    了解如何使用 Aspose.Slides 在 .NET 中创建和自定义饼图,可导出至 PowerPoint,瞬间提升您的数据叙事效果。...请按照以下步骤操作: 实例化 Presentation 类对象。 在幻灯片上添加图表。 指定图表的第二绘图选项。...。 // 创建 Presentation 类的实例 Presentation presentation = new Presentation...

    docs.aspose.com/slides/zh/net/pie-chart/