Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 13,270 for

password protection

(0.06 sec)
  1. WriteProtection.isWriteProtected property | Asp...

    WriteProtection.isWriteProtected property. Returns ``true`` when a write Protection Password is set....Returns true when a write protection password is set. get isWriteProtected...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. How to Secure PPTX using Python

    This topic shows you how to secure PPTX using Python with a Password encryption. It provides all necessary details and runnable sample code for securing PPTX in Python....presentation using Python by password protection. A presentation can be...presentation in Python using a password with no dependence on MS PowerPoint...

    kb.aspose.com/slides/python/how-to-secure-power...
  3. 在Jython中保护工作表|Documentation

    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.... get ( 0 ) protection = worksheet . getProtection...formats protection . setAllowEditingConte ( False ) protection . ...

    docs.aspose.com/cells/zh/java/protecting-worksh...
  4. Protect and Unprotect Worksheet|Documentation

    Protect and unprotect worksheet of Excel files with Aspose.Cells for .Net....Protect and Unprotect Worksheet Contents [ Hide ] To prevent...and then protect the sheet with a password. Protect and unprotect...

    docs.aspose.com/cells/net/protect-and-unprotect...
  5. Public API Changes in Aspose.Cells 8.7.0|Docume...

    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....signature is valid" ); } } Added Protection.VerifyPassword Method Aspose...NET 8.7.0 has exposed the Protection.VerifyPassword method that...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. 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...
  7. Unprotect a Worksheet in Php|Documentation

    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....- Unprotect a Worksheet To protect worksheet using Aspose.Cells...unprotect_worksheet method of protection module. PHP Code $filesFormatType...

    docs.aspose.com/cells/java/unprotect-a-workshee...
  8. 限制 Python 中的文档编辑|Python via .NET 格式的 Aspose.Words

    通过使用 Python 设置限制类型来限制编辑文档。您还可以删除保护并创建不受限制的可编辑区域。...ALLOW_ONLY_REVISIONS READ_ONLY NO_PROTECTION 所有类型均受密码保护,如果密码输入不正确,用户将...Aspose.Words 允许您使用 Document.protect 方法保护文档免遭更改。此方法不是安全功能,也不加密文档。...

    docs.aspose.com/words/zh/python-net/restrict-do...
  9. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt excel files, protect and unprotect the data in excel files using python codes....Protect and Unprotect Contents [ Hide ] Aspose.Cells for Python...Python offers a wide range of protection and unprotection from file...

    docs.aspose.com/cells/python-java/protect-and-u...
  10. 在Php中取消保护工作表|Documentation

    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....Java for PHP 取消保护工作表,请调用 protection 模块的 unprotect_worksheet 方法。...$worksheets -> get ( 0 ); $protection = $worksheet -> getProtection...

    docs.aspose.com/cells/zh/java/unprotect-a-works...