Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 127,412 for

presentation

(0.1 sec)
  1. View or Edit POT Files Metadata using Java | pr...

    Java source code to edit or view POT format metadata....and Custom properties in presentation files using server-side...DocumentProperties property exposed by Presentation object to access the document...

    products.aspose.com/slides/java/metadata/pot/
  2. Manage Picture Frames in Presentations Using C+...

    Add picture frames to PowerPoint and OpenDocument Presentations with Aspose.Slides for C++. Streamline your workflow and enhance slide designs....Manage Picture Frames in Presentations Using C++ Contents [ Hide...allow people to create presentations quickly from images. Create...

    docs.aspose.com/slides/cpp/picture-frame/
  3. Remove Slides from Presentations in JavaScript|...

    Effortlessly remove slides from PowerPoint and OpenDocument Presentations with Aspose.Slides for Node.js. Get clear code examples and boost your workflow....Remove Slides from Presentations in JavaScript Contents [ Hide...Aspose.Slides provides the Presentation class that encapsulates...

    docs.aspose.com/slides/nodejs-java/remove-slide...
  4. How to Create PowerPoint Slides in HTML using Java

    This short tutorial provides information on how to create PowerPoint slides in HTML using Java. It enables you to generate slides in HTML in Java with the help of a step-wise process and runnable sample code....new presentation is created or an existing presentation is loaded...want to render an existing presentation to HTML. Steps to Create...

    kb.aspose.com/slides/java/how-to-create-powerpo...
  5. Format PowerPoint Text in Python|Aspose.Slides ...

    Learn how to format and style text in PowerPoint and OpenDocument Presentations using Aspose.Slides for Python via .NET. Customize fonts, colors, alignment, and more with powerful Python code examples.... Presentation ( "SomePresentation.pptx"...pptx" ) as presentation : presentation . slides [ 0 ] . shapes [...

    docs.aspose.com/slides/python-net/text-formatting/
  6. Save Presentations in JavaScript|Aspose.Slides ...

    Discover how to save Presentations using Aspose.Slides for Node.js via Java—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....Save Presentations in JavaScript Contents [ Hide ] Overview Open...Open Presentations in JavaScript described how to use the Presentation...

    docs.aspose.com/slides/nodejs-java/save-present...
  7. Move a slide to a new position|Aspose.Slides Do...

    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....Counting the slides in the presentation. public static int CountSlides...presentationFile ) { // Open the presentation as read-only. using ( PresentationDocument...

    docs.aspose.com/slides/net/move-a-slide-to-a-ne...
  8. Developer Guide|Aspose.Slides Documentation

    Discover the Aspose.Slides for Java Developer Guide for step-by-step APIs to build, edit, and convert PPT, PPTX and ODP Presentations with ease....] Manage Presentations in Java Manage Presentation Slides in...in Java Manage Presentation Content in Java Design Professional...

    docs.aspose.com/slides/java/developer-guide/
  9. 页眉页脚|Aspose.Slides for Node.js via .NET 文档

    使用 Aspose.Slides for Node.js 控制幻灯片的页眉和页脚:在 PPT、PPTX 和 ODP 中添加日期、幻灯片编号和自定义文本,提供 JavaScript 示例。...{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  10. 幻灯片切换|Aspose.Slides 文档

    在 C# 或 .NET 中添加 PowerPoint 幻灯片切换和切换效果...幻灯片切换效果,请按照以下步骤操作: 创建一个 Presentation 类的实例。 通过 TransitionType...// 实例化 Presentation 类以加载源演示文稿文件 using ( Presentation presentation...

    docs.aspose.com/slides/zh/net/slide-transition/