Class AbstractLowCodeProtectionProvider
Nom dels espais: Aspose.Cells.LowCode Assemblea: Aspose.Cells.dll (25.4.0)
Implementació per proporcionar disposicions de protecció
public class AbstractLowCodeProtectionProvider
Inheritance
object ← AbstractLowCodeProtectionProvider
Constructors
AbstractLowCodeProtectionProvider()
public AbstractLowCodeProtectionProvider()
Methods
GetOpenPassword()
Obté la contrasenya per obrir el fitxer difós.
public virtual string GetOpenPassword()
Returns
Password per obrir el fitxer de la cartera difosa. Empty significa que no hi ha cap protecció per a l’obertura del fitxer.
GetWorkbookPassword()
Obté la contrasenya per protegir el llibre de treball amb el tipus de protecció especificat.
public virtual string GetWorkbookPassword()
Returns
Password per protegir el llibre de treball.
GetWorkbookProtectionType()
Obté el tipus de protecció per protegir el llibre de treball.
public virtual ProtectionType GetWorkbookProtectionType()
Returns
Tipus de protecció per protegir el llibre de treball.Aspose.Cells.ProtectionType.Ningú no significa cap protecció per al llibre de treball.
GetWorksheetPassword(Tàrrega)
Obté la contrasenya per protegir la taula de treball especificada.
public virtual string GetWorksheetPassword(string sheetName)
Parameters
sheetName
string
Returns
Password per protegir la taula de treball especificada.
GetWorksheetProtectionType(Tàrrega)
Obté el tipus de protecció per protegir la taula de treball especificada.
public virtual ProtectionType GetWorksheetProtectionType(string sheetName)
Parameters
sheetName
string
Returns
Tipus de protecció per protegir la taula de treball especificada.Aspose.Cells.ProtectionType.Ningú no significa cap protecció per a la taula de treball.
GetWritePassword()
Obté la contrasenya per modificar el fitxer difós.
public virtual string GetWritePassword()
Returns
Password per modificar el fitxer difós.El buit no significa cap protecció per modificar el fitxer.