Sort Score
Result 10 results
Languages All
Labels All
Results 7,071 - 7,080 of 129,322 for

presentations

(0.19 sec)
  1. Audio|Documentation Aspose.Slides

    Découvrez les exemples audio d'Aspose.Slides pour .NET : insertion, lecture, découpage et extraction du son dans les présentations PPT, PPTX et ODP avec du code C# clair....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; // Créer un cadre audio vide (le...

    docs.aspose.com/slides/fr/net/examples/elements...
  2. Verbinder|Aspose.Slides Dokumentation

    Erfahren Sie, wie Sie Verbinder zwischen Formen mit Aspose.Slides für .NET hinzufügen, routen und formatieren, mit C#-Beispielen für PPT-, PPTX- und ODP-Präsentationen....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; var connector = slide . Shapes...

    docs.aspose.com/slides/de/net/examples/elements...
  3. How to Create PowerPoint Slides in HTML using P...

    This article entails how to create PowerPoint slides in HTML using Python. It also covers the details about configuring the environment and working examples of HTML presentation using Python.... You can generate a new presentation and export it as HTML or...or load an existing presentation to convert it to HTML for displaying...

    kb.aspose.com/slides/python/how-to-create-power...
  4. How to Add Hyperlink to an Image in PowerPoint ...

    This simple focuses on how to add hyperlink to an image in PowerPoint using Python. It covers the detailed configuration steps to set up the environment and accomplish the task to add hyperlink to an image in PPT in Python by executing the simple code....in the presentation Instantiate a default presentation using the...the Presentation class and access the first default slide from...

    kb.aspose.com/slides/python/how-to-add-hyperlin...
  5. Picture|Aspose.Slides Documentation

    Work with pictures in Aspose.Slides for Android: insert, crop, compress, recolor, and export images with Java examples for PPT, PPTX, and ODP Presentations....IOException { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/androidjava/examples/ele...
  6. الوصول إلى تقديم OpenDocument|توثيق Aspose.Slides

    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....NET فئة Presentation التي تمثل ملف تقديم. يمكن...يمكن الآن لفئة Presentation أيضًا الوصول إلى ODP من خلال منشئ Presentation...

    docs.aspose.com/slides/ar/net/access-opendocume...
  7. Conversion from PPT to PPTX format in Aspose.Sl...

    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....to access the PPT using Presentation class instance and converting...to respective PPTX format. Presently, it supports partial conversion...

    docs.aspose.com/slides/net/conversion-from-ppt-...
  8. Clonar diapositivas de presentación en PHP|Docu...

    Duplica rápidamente diapositivas de PowerPoint con Aspose.Slides para PHP. Sigue nuestros claros ejemplos de código para automatizar la creación de PPT en segundos y eliminar el trabajo manual....) expuesta por el objeto Presentation proporciona los métodos...una instancia de la clase Presentation . Obtenga el objeto SlideCollection...

    docs.aspose.com/slides/es/php-java/clone-slides/
  9. Archivo

    Archivo...PPT/PPTX usando la clase Presentation. Obtenga la referencia de...actualizado usando el método Presentation.save(string, SaveFormat)...

    blog.aspose.com/es/slides/add-watermark-to-powe...
  10. ヘッダー フッター|Aspose.Slides ドキュメント

    Aspose.Slides for Java を使用してスライドのヘッダーとフッターを制御します。PPT、PPTX、ODP で日付、スライド番号、カスタムテキストを追加する Java のサンプルです。...addHeaderFooter () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/ja/java/examples/element...