Sort Score
Result 10 results
Languages All
Labels All
Results 9,021 - 9,030 of 129,328 for

presentations

(0.17 sec)
  1. 記録

    記録... まず、 Presentation クラスを使用して、新しいPPTを作成するか、既存のPPTをロードします。...のプロパティを使用して3D効果を適用します。 最後に、 Presentation.Save(String, SaveFormat)...

    blog.aspose.com/ja/slides/create-three-d-effect...
  2. Lưu trữ

    Lưu trữ...Cuối cùng, gọi phương thức Presentation.Save(). Nó lấy đường dẫn...Trình bày Presentation presentation = new Presentation(); // Khởi...

    blog.aspose.com/vi/slides/add-qr-code-to-powerp...
  3. تحويل عروض PowerPoint إلى فيديو باستخدام JavaSc...

    تعلم كيفية تحويل عروض PowerPoint إلى فيديو باستخدام JavaScript. اكتشف الشيفرة النموذجية وتقنيات الأتمتة لتبسيط سير العمل الخاص بك....فيديو: var presentation = new aspose . slides . Presentation (); try...ابتسامة ثم يحركه var smile = presentation . getSlides (). get_Item...

    docs.aspose.com/slides/ar/nodejs-java/convert-p...
  4. Folie|Aspose.Slides Dokumentation

    Steuern Sie Folien in Aspose.Slides for Java: Erstellen, duplizieren, neu anordnen, Größe ändern, Hintergründe festlegen und Übergänge anwenden mit Java für PPT-, PPTX- und ODP‑Präsentationen.... wie man Folien mit der Presentation ‑Klasse hinzufügt, darauf...addSlide () { Presentation presentation = new Presentation (); try...

    docs.aspose.com/slides/de/java/examples/element...
  5. Python을 사용하여 PPT 주석 제거 | products.aspose.com

    PPT 프레젠테이션 주석을 제거하는 Python 소스 코드... Presentation( "example.ppt" ) as presentation: # Deletes...comments from the presentation for author in presentation . comment_authors:...

    products.aspose.com/slides/ko/python-net/annota...
  6. Python을 사용하여 ODP 주석 제거 | products.aspose.com

    ODP 프레젠테이션 주석을 제거하는 Python 소스 코드... Presentation( "example.odp" ) as presentation: # Deletes...comments from the presentation for author in presentation . comment_authors:...

    products.aspose.com/slides/ko/python-net/annota...
  7. Modifica PPT in C# | products.aspose.com

    Modifica PPT in C#. Usa l'API della libreria .NET per modificare la presentazione di PowerPoint...PPT using (Presentation presentation = new Presentation( "pres.ppt"...AutoShape shape = (AutoShape)presentation.Slides[ 0 ].Shapes[ 0 ];...

    products.aspose.com/slides/it/net/editor/ppt/
  8. Szöveg keresése PPTX prezentációs fájlokban a ....

    C# forráskód a szöveg kereséséhez a PPTX prezentációban....használatával using (Presentation presentation = new Presentation( "welcome-to-powerpoint...SlideUtil.FindAndReplaceText(presentation, true , "PowerPoint" , "Aspose...

    products.aspose.com/slides/hu/net/search/pptx/
  9. Úprava souborů prezentace PPTX pomocí .NET | pr...

    Zdrojový kód C# k vyhledání a nahrazení textu v prezentaci PPTX....C# using (Presentation presentation = new Presentation( "welcome-to-powerpoint...SlideUtil.FindAndReplaceText(presentation, true , "PowerPoint" , "Aspose...

    products.aspose.com/slides/cs/net/redaction/pptx/
  10. Vyhledejte text v prezentačních souborech ODP p...

    Zdrojový kód C# pro vyhledávání textu v prezentaci ODP....C# using (Presentation presentation = new Presentation( "welcome-to-powerpoint...SlideUtil.FindAndReplaceText(presentation, true , "PowerPoint" , "Aspose...

    products.aspose.com/slides/cs/net/search/odp/