Sort Score
Result 10 results
Languages All
Labels All
Results 8,141 - 8,150 of 113,584 for

presentations

(0.07 sec)
  1. VBAによるプレゼンテーション|Aspose.Slides ドキュメント

    C#または.NETでPowerPointプレゼンテーションにVBAマクロを追加、削除、抽出する... Presentation クラスのインスタンスを作成します。 VbaProject...using ( Presentation presentation = new Presentation ()) { //...

    docs.aspose.com/slides/ja/net/presentation-via-...
  2. Folienmaster|Aspose.Slides Dokumentation

    Fügen Sie einen Folienmaster in einer PowerPoint-Präsentation in Java hinzu oder bearbeiten Sie ihn...folgendermaßen zugreifen: Presentation pres = new Presentation (); try { //...hinzufügen: Presentation pres = new Presentation (); try { IPPImage...

    docs.aspose.com/slides/de/java/slide-master/
  3. sample.zip

    Properties/AssemblyInfo.cs using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the f......() { using (Presentation pres = new Presentation()) { pres.Slides...ExportSingePage() { using (Presentation pres = new Presentation("demo.pptx"))...

    docs.aspose.com/slides/zh/net/web-extensions/sa...
  4. تحويل PowerPoint إلى PDF مع الملاحظات|وثائق Asp...

    تحويل PowerPoint إلى PDF مع الملاحظات في جافا...كائن Presentation يمثل ملف العرض التقديمي Presentation presIn...new Presentation ( "SelectedSlides.pptx" ); Presentation presOut...

    docs.aspose.com/slides/ar/java/convert-powerpoi...
  5. Chraňte soubory prezentací ODP pomocí C++ | pro...

    Zdrojový kód C++ k ochraně prezentace ODP....auto presentation = System :: MakeObject < Presentation > ( u...u "pres.odp" ); presentation -> get_ProtectionManager() -> Encrypt(...

    products.aspose.com/slides/cs/cpp/protect/odp/
  6. Převést HTML na PPT v Javě | products.aspose.com

    Převést HTML na PPT v Javě. K převodu HTML do PowerPointu použijte API knihovny Java...HTML do PPT Presentation presentation = new Presentation (); try...FileInputStream ( "page.html" ); try { presentation . getSlides (). addFromHtml...

    products.aspose.com/slides/cs/java/conversion/h...
  7. Oldja fel a PPTX prezentációs fájlokat a C++ ha...

    C++ forráskód a PPTX prezentáció védelmének eltávolításához....auto presentation = System :: MakeObject < Presentation > ( u..."pres.pptx" , loadOptions); presentation -> get_ProtectionManager()...

    products.aspose.com/slides/hu/cpp/unlock/pptx/
  8. Converti HTML in PPT in Java | products.aspose.com

    Converti HTML in PPT in Java. Usa l'API della libreria Java per convertire HTML in PowerPoint...HTML in PPT Presentation presentation = new Presentation (); try...FileInputStream ( "page.html" ); try { presentation . getSlides (). addFromHtml...

    products.aspose.com/slides/it/java/conversion/h...
  9. Proteggi i file di presentazione ODP utilizzand...

    C++ codice sorgente per proteggere la presentazione ODP....auto presentation = System :: MakeObject < Presentation > ( u...u "pres.odp" ); presentation -> get_ProtectionManager() -> Encrypt(...

    products.aspose.com/slides/it/cpp/protect/odp/
  10. Java를 사용하여 PPT 주석 제거 | products.aspose.com

    JSP/JSF 응용 프로그램 및 데스크톱 응용 프로그램용 Java Runtime Environment에서 PPT 형식 주석을 삭제하는 Java 샘플 코드입니다....삭제 - Java Presentation presentation = new Presentation ( "example...Deletes all comments from the presentation for ( ICommentAuthor author...

    products.aspose.com/slides/ko/java/annotation/ppt/