Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 129,336 for

presentation

(1.13 sec)
  1. SlideTransition|Aspose.Slides for Python Docume...

    Control slide transitions in Python with Aspose.Slides: choose types, speed, sound, and timing to polish Presentations in PPT, PPTX and ODP.... Presentation () as presentation : slide = presentation . slides.... TransitionType . FADE presentation . save ( "slide_transition...

    docs.aspose.com/slides/python-net/examples/elem...
  2. ActiveX|Aspose.Slides Documentation

    See Aspose.Slides for .NET ActiveX examples: insert, configure, and control ActiveX objects in PPT and PPTX Presentations with clear C# code....configure ActiveX controls in a presentation using Aspose.Slides for...() { using var presentation = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/ac...
  3. View or Edit FODP Files Metadata using .NET | p...

    C# source code to edit or view FODP 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/net/metadata/fodp/
  4. View or Edit ODP Files Metadata using .NET | pr...

    C# source code to edit or view ODP 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/net/metadata/odp/
  5. View or Edit PPS Files Metadata using .NET | pr...

    C# source code to edit or view PPS 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/net/metadata/pps/
  6. View or Edit PPTX Files Metadata using .NET | p...

    C# source code to edit or view PPTX 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/net/metadata/pptx/
  7. View or Edit POT Files Metadata using .NET | pr...

    C# 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/net/metadata/pot/
  8. Slide|Aspose.Slides Documentation

    Control slides in Aspose.Slides for .NET: create, clone, reorder, resize, set backgrounds, and apply transitions with C# for PPT, PPTX, and ODP Presentations....remove slides using the Presentation class. Each example below...add an empty slide to the presentation. static void AddSlide ()...

    docs.aspose.com/slides/net/examples/elements/sl...
  9. SmartArt|Aspose.Slides 文档

    在 Aspose.Slides for Java 中使用 SmartArt:使用 Java 为 PowerPoint 和 OpenDocument 演示文稿创建、编辑、转换和设置样式图表。...addSmartArt () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/java/examples/element...
  10. SmartArt|Aspose.Slides 文档

    在 Aspose.Slides for Android 中使用 SmartArt:使用 Java 为 PowerPoint 和 OpenDocument 演示文稿创建、编辑、转换和美化图表。...addSmartArt () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/androidjava/examples/...