Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 19,401 for

protection

(0.04 sec)
  1. Protecting Worksheets with Node.js via C++|Docu...

    Learn how to protect worksheets in Excel using Aspose.Cells for Node.js via C++, including protecting rows, columns, and specific cells....Protecting Worksheets with Node.js via C++ Contents [ Hide ]...] When a worksheet is protected, the actions a user can take are...

    docs.aspose.com/cells/nodejs-cpp/protecting-wor...
  2. How to detect office restrict edition mode - Fr...

    Is there any way to detect the word is on restrict editing mode without password I need to tell user who set the word as restrict edition but forget to set password....@GusGus You can get document protection type using Document.ProtectionType...property. but in your document protection is not enforced: <w:documentProtection...

    forum.aspose.com/t/how-to-detect-office-restric...
  3. Document.WriteProtection | Aspose.Words for .NET

    Explore the Document WriteProtection property to manage your document's write Protection settings effortlessly and enhance security....access to the document write protection options. public WriteProtection...; } Examples Shows how to protect a document with a password...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Section.protectedForForms property | Aspose.Wor...

    Section.protectedForForms property. True if the section is protected for forms...section is protected for forms. When a section is protected for forms...Examples Shows how to turn off protection for a section. let doc =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::EditorType enum | Aspose.Words f...

    Aspose::Words::EditorType enum. Specifies the set of possible aliases (or editing groups) which can be used as aliases to determine if the current user shall be allowed to edit a single range defined by an editable range within a document in C++....editing type when document protection is enabled. Contributors...editing type when document protection is enabled. Current 3 Specifies...

    reference.aspose.com/words/cpp/aspose.words/edi...
  6. ProtectionType | Aspose.Words for Java

    Protection type for a document in Java....public class ProtectionType Protection type for a document. Examples:...Examples: Shows how to turn off protection for a section. Document doc...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Settings::WriteProtection::Valid...

    Aspose::Words::Settings::WriteProtection::ValidatePassword method. Returns true if the specified password is the same as the write-Protection password the document was protected with. If document is not write-protected with password then returns false in C++....the write-protection password the document was protected with. If...If document is not write-protected with password then returns...

    reference.aspose.com/words/cpp/aspose.words.set...
  8. WriteProtection.SetPassword | Aspose.Words for ...

    Secure your documents with the WriteProtection SetPassword method. Easily set a password to enhance document security and prevent unauthorized access....SetPassword method Sets the write protection password for the document...read-only. Examples Shows how to protect a document with a password...

    reference.aspose.com/words/net/aspose.words.set...
  9. Working with Password Protected Projects

    Learn how to use Aspose.Tasks for .NET to read or save Microsoft Project MPP project files with password Protection. Also the samples of reading or saving password-protected projects in MPP format are presented below....Password Protected Projects Working with Password Protected Projects...the user to add password protection when saving project in MPP...

    docs.aspose.com/tasks/net/working-with-password...
  10. How to Add Password to Word Document using Java

    This tutorial provides details on how to add password to Word document using Java. It contains the development environment configuration, a complete step-by-step program logic and a runnable sample code that demonstrates the process of document Protection using Java....demonstrates the feature to protect Word document using Java ....properties can be used while protecting the document and saving it...

    kb.aspose.com/words/java/how-to-add-password-to...