Sort Score
Result 10 results
Languages All
Labels All
Results 9,211 - 9,220 of 129,963 for

presentations

(0.28 sec)
  1. SmartArt-Grafiken in Präsentationen mit Python ...

    Automatisieren Sie die Erstellung, Bearbeitung und Gestaltung von PowerPoint‑SmartArt in Python über .NET mit Aspose.Slides, inklusive knapper Code‑Beispiele und leistungsorientierter Anleitung....Sie die Presentation-Klasse. with slides . Presentation () as presentation...presentation : # Greifen Sie auf die Präsentationsfolie zu. slide...

    docs.aspose.com/slides/de/python-net/manage-sma...
  2. 在 Android 上管理演示文稿中的 VBA 项目|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Android(通过 Java)通过 VBA 生成和操作 PowerPoint 与 OpenDocument 演示文稿,以简化您的工作流程。... 创建 Presentation 类的实例。 使用 VbaProject 构造函数添加新的...创建 Presentation 类的实例 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/androidjava/presentat...
  3. Gérer les projets VBA dans les présentations à ...

    Découvrez comment générer et manipuler des présentations PowerPoint et OpenDocument via VBA avec Aspose.Slides pour Java afin de simplifier votre flux de travail....une instance de la classe Presentation . Utilisez le constructeur...classe Presentation Presentation pres = new Presentation (); try...

    docs.aspose.com/slides/fr/java/presentation-via...
  4. 使用 Java 在演示文稿中管理 VBA 项目|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Java 通过 VBA 生成和操作 PowerPoint 与 OpenDocument 演示文稿,以简化工作流。... 创建 Presentation 类的实例。 使用 VbaProject 构造函数添加新的...创建 presentation 类的实例 Presentation pres = new Presentation ();...

    docs.aspose.com/slides/zh/java/presentation-via...
  5. Сохранить Презентацию|Документация 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.... как использовать класс Presentation для открытия презентации...сохранить презентации. Класс Presentation содержит содержание презентации...

    docs.aspose.com/slides/ru/java/save-presentation/
  6. Effizientes Zusammenführen von Präsentationen i...

    Müheloses Zusammenführen von PowerPoint (PPT, PPTX) und OpenDocument (ODP) Präsentationen mit Aspose.Slides für .NET, zur Optimierung Ihres Workflows.... Jedes Presentation‑Objekt verfügt über eine...zusammenführen: using ( Presentation pres1 = new Presentation ( "pres1.pptx"...

    docs.aspose.com/slides/de/net/merge-presentation/
  7. Archiv

    Archiv...eine Instanz der Klasse Presentation , um die Präsentation zu...Durchlaufen Sie jede ISlide in der Presentation.getSlides() Sammlung. Generieren...

    blog.aspose.com/de/slides/generate-thumbnails-f...
  8. Archivo

    Archivo...una instancia de la clase Presentation para cargar la presentación...cada ISlide en la colección Presentation.getSlides() . Genere una...

    blog.aspose.com/es/slides/generate-thumbnails-f...
  9. Math Text|Aspose.Slides Documentation

    Explore Aspose.Slides for C++ MathematicalText examples: create and format equations, fractions, matrices, and symbols with C++ in PPT, PPTX, and ODP Presentations....() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); // Add a Math shape...

    docs.aspose.com/slides/cpp/examples/elements/ma...
  10. Personalizar leyendas de gráficos en presentaci...

    Personaliza las leyendas de los gráficos con Aspose.Slides para Python a través de .NET para optimizar presentaciones de PowerPoint y OpenDocument con un formato de leyenda a medida....una instancia de la clase Presentation . Obtén una referencia a...de la clase Presentation. with slides . Presentation () as presentation...

    docs.aspose.com/slides/es/python-net/chart-legend/