Sort Score
Result 10 results
Languages All
Labels All
Results 9,911 - 9,920 of 129,327 for

presentations

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

    Discover Aspose.Slides for Android audio examples: insert, play, trim, and extract sound in PPT, PPTX, and ODP Presentations with clear Java code....addAudio () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/androidjava/examples/ele...
  2. Audio|Aspose.Slides Documentation

    Discover Aspose.Slides for Java audio examples: insert, play, trim, and extract sound in PPT, PPTX, and ODP Presentations with clear Java code....addAudio () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/java/examples/elements/a...
  3. Connector|Aspose.Slides Documentation

    Learn how to add, route, and style connectors between shapes using Aspose.Slides for Android, with Java examples for PPT, PPTX, and ODP Presentations....addConnector () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/androidjava/examples/ele...
  4. Соединитель|Документация Aspose.Slides

    Узнайте, как добавлять, маршрутизировать и оформлять соединители между формами с помощью Aspose.Slides for Android, используя примеры на Java для презентаций PPT, PPTX и ODP....addConnector () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/ru/androidjava/examples/...
  5. Conector|Documentación de Aspose.Slides

    Aprenda cómo agregar, enrutar y dar estilo a los conectores entre formas usando Aspose.Slides for Android, con ejemplos en Java para presentaciones PPT, PPTX y ODP....addConnector () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/es/androidjava/examples/...
  6. Header Footer|Aspose.Slides Dokumentation

    Steuern Sie Folienkopfzeilen und -fußzeilen mit Aspose.Slides für C++: Fügen Sie Daten, Folienzahlen und benutzerdefinierten Text in PPT, PPTX und ODP mit C++-Beispielen hinzu....() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); slide -> get_HeaderFooterManager...

    docs.aspose.com/slides/de/cpp/examples/elements...
  7. arkiv

    arkiv...du skickar en PowerPoint-presentation som du digitalt signerat...signatur till din PowerPoint-presentation: Ladda PowerPoint som du...

    blog.aspose.com/sv/slides/add-digital-signature...
  8. 获取幻灯片中的所有文本|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....slideIndex ) { // Open the presentation as read-only. using ( PresentationDocument... false )) { // Pass the presentation and the slide index // to...

    docs.aspose.com/slides/zh/net/get-all-the-text-...
  9. 搜索

    搜索...首先,使用 Presentation 類加載 PPT/PPTX 文件。 然後,使用 Presentation.Slides...檢查形狀的類型。 根據形狀的類型使用適當的鎖。 最後,使用 Presentation.Save(string, SaveFormat)...

    blog.aspose.com/zh-hant/slides/lock-shapes-in-p...
  10. Python を使用したプレゼンテーションでのチャート凡例のカスタマイズ|Aspose.Sli...

    Aspose.Slides for Python を使用し、.NET 経由でチャート凡例をカスタマイズし、PowerPoint および OpenDocument のプレゼンテーションを最適化して凡例の書式設定を調整します。... Presentation クラスのインスタンスを作成します。 スライドへの参照を取得します。...aspose.slides as slides # Presentation クラスのインスタンスを作成します。 with slides...

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