public class AbstractLowCodeProtectionProvider
extends java.lang.Object
| Constructor and Description |
|---|
AbstractLowCodeProtectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOpenPassword()
Gets the password to open spread sheet file.
|
java.lang.String |
getWorkbookPassword()
Gets the password to protect the workbook with specified protection type.
|
int |
getWorkbookProtectionType()
Gets the protection type to protect the workbook.
|
java.lang.String |
getWorksheetPassword(java.lang.String sheetName)
Gets the password to protect the specified worksheet.
|
int |
getWorksheetProtectionType(java.lang.String sheetName)
Gets the protection type to protect the specified worksheet.
|
java.lang.String |
getWritePassword()
Gets the password to modify spread sheet file.
|
public java.lang.String getOpenPassword()
public java.lang.String getWritePassword()
public java.lang.String getWorkbookPassword()
public int getWorkbookProtectionType()
ProtectionType.
Protection type to protect the workbook.
ProtectionType.NONE means no protection for the workbook.public java.lang.String getWorksheetPassword(java.lang.String sheetName)
public int getWorksheetProtectionType(java.lang.String sheetName)
ProtectionType.
Protection type to protect the specified worksheet.
ProtectionType.NONE means no protection for the worksheet.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.