Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 130,000 for

presentation

(0.2 sec)
  1. Secure Presentations with Passwords in Java|Asp...

    Learn how to effortlessly lock and unlock password-protected PowerPoint and OpenDocument Presentations with Aspose.Slides for Java. Secure your Presentations....Secure Presentations with Passwords in Java Contents [ Hide ]...When you password-protect a presentation, it means that you are setting...

    docs.aspose.com/slides/java/password-protected-...
  2. Hyperlink|Aspose.Slides for Node.js via .NET Do...

    Add and manage hyperlinks in Aspose.Slides for Node.js: link text, shapes, and images, set targets and actions for PPT, PPTX, and ODP with examples....{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  3. Format PowerPoint Shapes in C++|Aspose.Slides D...

    Learn how to format PowerPoint shapes in C++ using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....Create an instance of the Presentation class. Get a reference to...shape. Save the modified presentation as a PPTX file. The following...

    docs.aspose.com/slides/cpp/shape-formatting/
  4. Manage SmartArt in PowerPoint Presentations on ...

    Learn to build and edit PowerPoint SmartArt with Aspose.Slides for Android using clear Java code samples that speed up slide design and automation....SmartArt in PowerPoint Presentations on Android Contents [ Hide...node. Presentation pres = new Presentation ( "Presentation.pptx"...

    docs.aspose.com/slides/androidjava/manage-smart...
  5. Secure Presentations with Passwords on Android|...

    Effortlessly lock and unlock password-protected PowerPoint and OpenDocument Presentations with Aspose.Slides for Android via Java. Secure your Presentations....Secure Presentations with Passwords on Android Contents [ Hide...Password Protection for a Presentation Work? When you password...

    docs.aspose.com/slides/androidjava/password-pro...
  6. 布局幻灯片|Aspose.Slides 文档

    在 Aspose.Slides for Android 中掌握布局幻灯片:使用 Java 示例选择、应用和自定义幻灯片布局、占位符和母版,适用于 PPT、PPTX 和 ODP 演示文稿。...addLayoutSlide () { Presentation presentation = new Presentation (); try...IMasterSlide masterSlide = presentation . getMasters (). get_Item...

    docs.aspose.com/slides/zh/androidjava/examples/...
  7. Header Footer|Aspose.Slides for Node.js via .NE...

    Control slide headers and footers with Aspose.Slides for Node.js: add dates, slide numbers, and custom text in PPT, PPTX, and ODP with JavaScript examples....{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  8. Apply or Change Slide Layouts in PHP|Aspose.Sli...

    Manage and customize slide layouts in Aspose.Slides for PHP via Java. Explore layout types, placeholder control, and footer visibility through code examples....layouts help you design presentations quickly and consistently—whether...defines layout styles for the presentation. You can access and modify...

    docs.aspose.com/slides/php-java/slide-layout/
  9. 连接器|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for C++ 在 PPT、PPTX 和 ODP 演示文稿中添加、路由和设置形状之间的连接器样式。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); auto connector = slide...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  10. 图表|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 掌握图表:创建、格式化、绑定数据,并使用 C++ 示例将图表导出为 PPT、PPTX 和 ODP。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); // 向第一张幻灯片添加一个简单的面积图。...

    docs.aspose.com/slides/zh/cpp/examples/elements...