All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.WriteProtection.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





WriteProtection




com.aspose.cells
Class WriteProtection

java.lang.Object
    extended by com.aspose.cells.WriteProtection

public class WriteProtection 
extends java.lang.Object

Specifies write protection settings for a workbook.


Constructor Summary
WriteProtection()
          
 
Property Getters/Setters Summary
java.lang.StringgetAuthor()
voidsetAuthor(java.lang.String)
           Gets and sets the author.
booleanisWriteProtected()
           Indicates whether this workbook is write protected.
voidsetPassword(java.lang.String)
           Sets the protected password to modify the file.
booleangetRecommendReadOnly()
voidsetRecommendReadOnly(boolean)
           Indicates if the Read Only Recommended option is selected.
 
Method Summary
booleanvalidatePassword(java.lang.String password)
           Returns true if the specified password is the same as the write-protection password the file was protected with.
 

Constructor Detail

WriteProtection

public WriteProtection()

Property Getters/Setters Detail

getAuthor/setAuthor

public java.lang.String getAuthor() / public void setAuthor(java.lang.String value)
Gets and sets the author.

setAuthor

public void setAuthor(java.lang.String value)
Gets and sets the author.

getRecommendReadOnly/setRecommendReadOnly

public boolean getRecommendReadOnly() / public void setRecommendReadOnly(boolean value)
Indicates if the Read Only Recommended option is selected.

setRecommendReadOnly

public void setRecommendReadOnly(boolean value)
Indicates if the Read Only Recommended option is selected.

isWriteProtected

public boolean isWriteProtected()
Indicates whether this workbook is write protected.

setPassword

public void setPassword(java.lang.String value)
Sets the protected password to modify the file.

Method Detail

validatePassword

public boolean validatePassword(java.lang.String password)
Returns true if the specified password is the same as the write-protection password the file was protected with.
Parameters:
password - The specified password.
Returns:

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy