Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / WriteProtection Class
Methods

In This Topic
    WriteProtection Class Members
    In This Topic

    The following tables list the members exposed by WriteProtection.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Methods
     NameDescription
    Public MethodGets if the Read Only Recommended option is selected.  
    Public MethodGets whether this workbook is write protected.  
    Public MethodGets the name of the user who currently has write permission for the workbook.
    If you don't explicitly specify this property, the value will come from the IWorkbook.Author, and if the IWorkbook.Author is empty string or null, the value will be "Document Solution for Excel".  
    Public MethodSets if the Read Only Recommended option is selected.  
    Public MethodSets the protected password to modify the file.  
    Public MethodSets the name of the user who currently has write permission for the workbook.  
    Public MethodReturns true if the specified password is the same as the write-protection password the file was protected with.  
    Top
    See Also