Sort Score
Result 10 results
Languages All
Labels All
Results 8,991 - 9,000 of 129,130 for

presentations

(0.33 sec)
  1. Connector|Aspose.Slides for Python Documentation

    Draw and control connectors in Python with Aspose.Slides: add, route, reroute, set connection points, arrows and styles to link shapes in PPT, PPTX and ODP.... Presentation () as presentation : slide = presentation . slides...BENT_CONNECTOR2 , 0 , 0 , 100 , 100 ) presentation . save ( "connector.pptx"...

    docs.aspose.com/slides/python-net/examples/elem...
  2. موصل|وثائق Aspose.Slides لـ Python

    ارسم وتحكم في الموصلات باستخدام بايثون مع Aspose.Slides: أضف، وامر، وأعد توجيه، حدد نقاط الاتصال، الأسهم والأنماط لربط الأشكال في ملفات PPT و PPTX و ODP.... Presentation () as presentation : slide = presentation . slides...BENT_CONNECTOR2 , 0 , 0 , 100 , 100 ) presentation . save ( "connector.pptx"...

    docs.aspose.com/slides/ar/python-net/examples/e...
  3. ノート|Aspose.Slides for Python ドキュメント

    Python と Aspose.Slides を使用してスピーカー ノートを追加、読み取り、編集、エクスポートします。テキストの書式設定、スライドごとのノート管理、PowerPoint および OpenDocument での表示制御が可能です。... Presentation () as presentation : slide = presentation . slides...notes_text_frame . text = "My note" presentation . save ( "note.pptx" , slides...

    docs.aspose.com/slides/ja/python-net/examples/e...
  4. Bảo vệ tệp bản trình bày PPTX bằng Java | produ...

    Mã nguồn Java để bảo vệ Bản trình bày PPTX....bằng Java Presentation presentation = new Presentation ( "pres..."pres.pptx" ); try { presentation . getProtectionManager (). encrypt...

    products.aspose.com/slides/vi/java/protect/pptx/
  5. Bảo vệ tệp bản trình bày ODP bằng Java | produc...

    Mã nguồn Java để bảo vệ Bản trình bày ODP....bằng Java Presentation presentation = new Presentation ( "pres..."pres.odp" ); try { presentation . getProtectionManager (). encrypt...

    products.aspose.com/slides/vi/java/protect/odp/
  6. ปลดล็อกไฟล์การนำเสนอ PPTX โดยใช้ Java | product...

    ซอร์สโค้ด Java เพื่อลบการป้องกันจากการนำเสนอ PPTX..."123123" ); Presentation presentation = new Presentation ( "pres...pptx" , loadOptions ); try { presentation . getProtectionManager ()...

    products.aspose.com/slides/th/java/unlock/pptx/
  7. ป้องกันไฟล์นำเสนอ PPTX โดยใช้ Java | products.a...

    ซอร์สโค้ด Java เพื่อป้องกันการนำเสนอ PPTX...โดยใช้ Java Presentation presentation = new Presentation ( "pres..."pres.pptx" ); try { presentation . getProtectionManager (). encrypt...

    products.aspose.com/slides/th/java/protect/pptx/
  8. ปลดล็อกไฟล์การนำเสนอ ODP โดยใช้ Java | products...

    ซอร์สโค้ด Java เพื่อลบการป้องกันจากการนำเสนอ ODP..."123123" ); Presentation presentation = new Presentation ( "pres...odp" , loadOptions ); try { presentation . getProtectionManager ()...

    products.aspose.com/slides/th/java/unlock/odp/
  9. Folien in Präsentationen mit Python zugreifen|A...

    Erfahren Sie, wie Sie Folien in PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für Python über .NET zugreifen und verwalten können. Steigern Sie die Produktivität mit Codebeispielen.... Die Klasse Presentation (die eine Präsentationsdatei...as slides # Erstelle ein Presentation-Objekt, das eine Präsentationsdatei...

    docs.aspose.com/slides/de/python-net/access-sli...
  10. スライド|Aspose.Slides ドキュメント

    Aspose.Slides for C++ でスライドを制御します:作成、クローン、順序変更、サイズ変更、背景設定、そして PPT、PPTX、ODP プレゼンテーション向けに C++ でトランジションを適用します。... Presentation クラスを使ってスライドの追加、取得、クローン作成、順序変更、削除方法を学びます。...() { auto presentation = MakeObject < Presentation > (); auto...

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