Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 12,239 for

password protected

(0.05 sec)
  1. 用Node.js通过C++检测工作表是否密码保护|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检测工作表是否受密码保护。...js via C++已暴露 Protection.isProtectedWithPassw() 属...属性,用于检测工作表是否受到密码保护。布尔类型的 Protection.isProtectedWithPassw() 属性,如果...

    docs.aspose.com/cells/zh/nodejs-cpp/detect-if-w...
  2. Protect and Unprotect Worksheet with Node.js vi...

    Protect and unprotect worksheet of Excel files with Aspose.Cells for Node.js via C++....Protect and Unprotect Worksheet with Node.js via C++ Contents...and then protect the sheet with a password. Protect and unprotect...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...
  3. 使用 C++ 验证用于保护工作表的密码|Documentation

    了解如何使用 Aspose.Cells for C++ 验证用于保护工作表的密码。...Cells API通过引入一些有用的属性和方法来增强 Protection 类。 其中一个方法是 VerifyPassword...Worksheet 。 如果指定的密码与用于保护工作表的密码匹配, Protection.VerifyPassword 方法返回 true...

    docs.aspose.com/cells/zh/cpp/verify-password-us...
  4. Document.Protect | Aspose.Words for .NET

    Secure your documents effortlessly with Document Protect. Prevent unauthorized changes while keeping your existing Password intact or using a random one....Protect Contents [ Hide ] Protect( ProtectionType ) Protects...the existing password or assigns a random password. public void...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Convert PDF to Other Document Formats|Aspose.Wo...

    Convert PDF to Word formats such as DOCX, DOC, image formats such as JPG or PNG, or any other formats supported by Aspose using `Python.Words`....is the password , which must be provided for password-protected...DrmProtectedFileExce A PDF file is protected by Adobe DRM and cannot be...

    docs.aspose.com/words/python-net/convert-pdf-to...
  6. Aspose::Words::Document::Protect method | Aspos...

    Aspose::Words::Document::Protect method. Protects the document from changes without changing the existing Password or assigns a random Password in C++....Aspose::Words::Document::Protect method Contents [ Hide ] Document::Protect(Aspo...s::ProtectionType) method Protects the document from changes...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. 使用Node.js通过C++验证用来保护工作表的密码|Documentation

    学习如何使用Aspose.Cells for Node.js via C++验证保护工作表的密码。...API增强了 Protection 类,新增了一些有用的属性和方法。其中一个方法是 Protection.verifyPassword(string)...。 如果指定的密码与用于保护工作表的密码匹配,则 Protection.verifyPassword(string) 方法返回...

    docs.aspose.com/cells/zh/nodejs-cpp/verify-pass...
  8. How to Unprotect Excel in Python

    This quick guide covers how to unprotect Excel in Python. It discusses the environment setup, step-by-step process, and a sample code to unlock Excel file in Python....unprotect Excel Load the protected Excel file using the Workbook...Workbook class Remove the password protection with the unprotect()...

    kb.aspose.com/cells/python/how-to-unprotect-exc...
  9. Document.Unprotect | Aspose.Words for .NET

    Effortlessly unlock your documents with our Document Unprotect method, removing any Password protection for easy access and editing....Hide ] Unprotect() Removes protection from the document regardless...regardless of the password. public void Unprotect () Remarks This method...

    reference.aspose.com/words/net/aspose.words/doc...
  10. How to Unprotect Excel in Java

    This quick guide covers how to unprotect Excel in Java. It explains the IDE setup, stepwise process, and a sample code to unlock Excel file in Java....class instance to load the protected Excel file Make the file editable...editable by removing the password with the unprotect() method...

    kb.aspose.com/cells/java/how-to-unprotect-excel...