Sort Score
Result 10 results
Languages All
Labels All
Results 7,211 - 7,220 of 113,579 for

presentations

(0.09 sec)
  1. Chraňte soubory prezentací PPTX pomocí .NET | p...

    Zdrojový kód C# k ochraně prezentace PPTX....C# using (Presentation presentation = new Presentation( "pres.pptx"...pptx" )) { presentation.ProtectionManager.Encrypt( "123123" );...

    products.aspose.com/slides/cs/net/protect/pptx/
  2. Odemkněte ODP prezentační soubory pomocí .NET |...

    Zdrojový kód C# pro odstranění ochrany z prezentace ODP....}; using (Presentation presentation = new Presentation( "pres.odp"...odp" , loadOptions)) { presentation.ProtectionManager.RemoveEncryption();...

    products.aspose.com/slides/cs/net/unlock/odp/
  3. Oldja fel a ODP prezentációs fájlokat a .NET ha...

    C# forráskód a ODP prezentáció védelmének eltávolításához....}; using (Presentation presentation = new Presentation( "pres.odp"...odp" , loadOptions)) { presentation.ProtectionManager.RemoveEncryption();...

    products.aspose.com/slides/hu/net/unlock/odp/
  4. Proteggi i file di presentazione ODP utilizzand...

    C# codice sorgente per proteggere la presentazione ODP....C# using (Presentation presentation = new Presentation( "pres.odp"...odp" )) { presentation.ProtectionManager.Encrypt( "123123" );...

    products.aspose.com/slides/it/net/protect/odp/
  5. Proteggi i file di presentazione PPT utilizzand...

    C# codice sorgente per proteggere la presentazione PPT....C# using (Presentation presentation = new Presentation( "pres.ppt"...ppt" )) { presentation.ProtectionManager.Encrypt( "123123" );...

    products.aspose.com/slides/it/net/protect/ppt/
  6. Odblokuj pliki prezentacji PPTX za pomocą .NET ...

    Kod źródłowy C# usuwający ochronę z prezentacji PPTX....}; using (Presentation presentation = new Presentation( "pres.pptx"...pptx" , loadOptions)) { presentation.ProtectionManager.RemoveEncryption();...

    products.aspose.com/slides/pl/net/unlock/pptx/
  7. Chroń pliki prezentacji PPT za pomocą .NET | pr...

    Kod źródłowy C# do ochrony prezentacji PPT....C# using (Presentation presentation = new Presentation( "pres.ppt"...ppt" )) { presentation.ProtectionManager.Encrypt( "123123" );...

    products.aspose.com/slides/pl/net/protect/ppt/
  8. Transición de Diapositiva|Documentación de Aspo...

    Agregue transición de diapositiva de PowerPoint y efectos de transición en C# o .NET...una instancia de la clase Presentation . Aplique un Tipo de Transición... // Instanciar la clase Presentation para cargar el archivo de...

    docs.aspose.com/slides/es/net/slide-transition/
  9. Folienübergang|Aspose.Slides Dokumentation

    Fügen Sie PowerPoint-Folienübergänge und Übergangseffekte in C# oder .NET hinzu...Erstellen Sie eine Instanz der Presentation Klasse. Wenden Sie einen...// Instanziieren Sie die Presentation-Klasse, um die Quelldatei...

    docs.aspose.com/slides/de/net/slide-transition/
  10. Java का उपयोग करके PPT प्रस्तुतिकरण फ़ाइलों की ...

    PPT प्रस्तुति की सुरक्षा के लिए Java स्रोत कोड....एन्क्रिप्ट करना Presentation presentation = new Presentation ( "pres..."pres.ppt" ); try { presentation . getProtectionManager (). encrypt...

    products.aspose.com/slides/hi/java/protect/ppt/