Class AbstractLowCodeProtectionProvider

Class AbstractLowCodeProtectionProvider

İsim alanı : Aspose.Cells.LowCode Toplantı: Aspose.Cells.dll (25.4.0)

Koruma ayarlarını sağlamak için uygulama

public class AbstractLowCodeProtectionProvider

Inheritance

object AbstractLowCodeProtectionProvider

Constructors

AbstractLowCodeProtectionProvider()

public AbstractLowCodeProtectionProvider()

Methods

GetOpenPassword()

Yaygın sayfa dosyasını açmak için şifre alır.

public virtual string GetOpenPassword()

Returns

string

Boş sayfa dosyasını açmak için şifre. boş dosyayı açma için hiçbir koruma anlamına gelmez.

GetWorkbookPassword()

İş kitabını belirli bir koruma türü ile korumak için şifre alır.

public virtual string GetWorkbookPassword()

Returns

string

İş kitabını korumak için şifre.

GetWorkbookProtectionType()

Çalışma kitabını korumak için koruma türünü alır.

public virtual ProtectionType GetWorkbookProtectionType()

Returns

ProtectionType

Çalışma kitabını korumak için koruma türü.Aspose.Cells.ProtectionType.Hiçbir şey çalışma kitabı için hiçbir koruma anlamına gelmez.

GetWorksheetPassword(Sırt)

Belirlenen çalışma sayfasını korumak için şifre alır.

public virtual string GetWorksheetPassword(string sheetName)

Parameters

sheetName string

Returns

string

Belirlenmiş çalışma sayfasını korumak için şifre.

GetWorksheetProtectionType(Sırt)

Belirlenen çalışma sayfasını korumak için koruma türünü alır.

public virtual ProtectionType GetWorksheetProtectionType(string sheetName)

Parameters

sheetName string

Returns

ProtectionType

Belirlenmiş çalışma sayfasını korumak için koruma türü.Aspose.Cells.ProtectionType.Hiçbir şey çalışma sayfası için hiçbir koruma anlamına gelmez.

GetWritePassword()

Yaygın sayfa dosyasını değiştirmek için şifre alır.

public virtual string GetWritePassword()

Returns

string

Şifre yayılan dosyayı değiştirmek için.Boş, dosyayı değiştirmek için hiçbir koruma anlamına gelmez.

 Türkçe