Sort Score
Result 10 results
Languages All
Labels All
Results 5,611 - 5,620 of 113,570 for

presentations

(0.13 sec)
  1. 使用 .NET 查看或編輯 POT 文件元數據 | products.aspose.com

    C# 源代碼,用於編輯或查看 POT 格式元數據。...開發人員可以使用 Presentation 對象公開的 DocumentProperties...the Presentation class that represents the Presentation Presentation...

    products.aspose.com/slides/zh-hant/net/metadata...
  2. Presentación a través de VBA|Documentación de A...

    Añadir, eliminar y extraer macros de VBA en presentaciones de PowerPoint en C# o .NET...una instancia de la clase Presentation . Usa el constructor de...using ( Presentation presentation = new Presentation ()) { //...

    docs.aspose.com/slides/es/net/presentation-via-...
  3. Замена изображений в коллекции изображений през...

    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....изображением, используя класс Presentation . Загрузите изображение...презентации Presentation presentation = new Presentation ( "presentation...

    docs.aspose.com/slides/ru/net/replacing-images-...
  4. Chraňte soubory prezentací ODP pomocí .NET | pr...

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

    products.aspose.com/slides/cs/net/protect/odp/
  5. Odemkněte PPT prezentační soubory pomocí .NET |...

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

    products.aspose.com/slides/cs/net/unlock/ppt/
  6. 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/
  7. 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/
  8. 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/
  9. 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/
  10. 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/