Sort Score
Result 10 results
Languages All
Labels All
Results 6,351 - 6,360 of 15,161 for

password protection

(0.16 sec)
  1. باز کردن قفل فایل های ارائه PPTX با استفاده از ...

    کد منبع C++ برای حذف حفاظت از ارائه PPTX....LoadOptions > (); loadOptions -> set_Password( u "123123" ); auto presentation...presentation -> Save( u "write-protection-removed.pptx" , SaveFormat...

    products.aspose.com/slides/fa/cpp/unlock/pptx/
  2. Bloccare le celle per proteggerle con Python.NE...

    Impara come bloccare celle specifiche e proteggere fogli di lavoro nei file Excel usando Aspose.Cells per Python via .NET....“Proteggi foglio” > Imposta password/permsessioni > Clicca su “OK...Enable worksheet protection worksheet . protect ( ac . ProtectionType...

    docs.aspose.com/cells/it/python-net/how-to-lock...
  3. EditableRange.EditorGroup | Aspose.Words för .NET

    Hantera användarbehörigheter enkelt med egenskapen EditableRange EditorGroup, vilket ger kontroll över redigeringsåtkomst för förbättrat samarbete.... Protect ( ProtectionType . ReadOnly...we have set the document's protection level to read-only, " + "we...

    reference.aspose.com/words/sv/net/aspose.words/...
  4. ODS dosyalarını Node.js ve C++ kullanarak şifre...

    Aspose.Cells for Node.js via C++ kullanarak ODS dosyalarını şifreleyin ve koruyun....seçeneğini belirleyin ve Save With Password kutusuna tıklayın. Kaydet..."sampleODSFile.ods" )); // Password protect the file workbook . getSettings...

    docs.aspose.com/cells/tr/nodejs-cpp/encrypt-and...
  5. حماية أو إلغاء حماية الملف المشترك باستخدام Jav...

    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....</ head > < body > < h1 > Protect Shared Workbook Example </...Workbook (); // Protect the Shared Workbook with Password workbook ...

    docs.aspose.com/cells/ar/javascript-cpp/passwor...
  6. Passwortschutz oder entfernen der gemeinsam gen...

    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....</ head > < body > < h1 > Protect Shared Workbook Example </...Workbook (); // Protect the Shared Workbook with Password workbook ...

    docs.aspose.com/cells/de/javascript-cpp/passwor...
  7. Proteger o quitar protección con contraseña del...

    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....</ head > < body > < h1 > Protect Shared Workbook Example </...Workbook (); // Protect the Shared Workbook with Password workbook ...

    docs.aspose.com/cells/es/javascript-cpp/passwor...
  8. Защитить паролем или снять защиту с Общего Рабо...

    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....</ head > < body > < h1 > Protect Shared Workbook Example </...Workbook (); // Protect the Shared Workbook with Password workbook ...

    docs.aspose.com/cells/ru/javascript-cpp/passwor...
  9. حماية أوراق العمل باستخدام Node.js عبر C++|Docu...

    تعرف على كيفة حماية أوراق العمل في Excel باستخدام Aspose.Cells for Node.js via C++، بما في ذلك حماية الصفوف والأعمدة وخلايا معينة....يوفر فصل Worksheet الطريقة protect(ProtectionType) التي تُستخدم...على ورقة العمل. يقبل الأسلوب protect(ProtectionType) المعلمات التالية:...

    docs.aspose.com/cells/ar/nodejs-cpp/protecting-...
  10. باز کردن قفل فایل های ارائه ODP با استفاده از ....

    کد منبع C# برای حذف حفاظت از ارائه ODP....loadOptions = new LoadOptions {Password = "123123" }; using (Presentation...presentation.Save( "write-protection-removed.odp" , SaveFormat...

    products.aspose.com/slides/fa/net/unlock/odp/