Class AbstractLowCodeProtectionProvider

Class AbstractLowCodeProtectionProvider

Tên không gian: Aspose.Cells.LowCode Tổng hợp: Aspose.Cells.dll (25.4.0)

Thực hiện để cung cấp thiết lập bảo vệ

public class AbstractLowCodeProtectionProvider

Inheritance

object AbstractLowCodeProtectionProvider

Constructors

AbstractLowCodeProtectionProvider()

public AbstractLowCodeProtectionProvider()

Methods

GetOpenPassword()

Nhận mật khẩu để mở tệp bảng phổ biến.

public virtual string GetOpenPassword()

Returns

string

Password to open spread sheet file. Empty có nghĩa là không có bảo vệ cho việc mở tập tin.

GetWorkbookPassword()

Nhận mật khẩu để bảo vệ sổ làm việc với loại bảo mật cụ thể.

public virtual string GetWorkbookPassword()

Returns

string

mật khẩu để bảo vệ sổ làm việc.

GetWorkbookProtectionType()

Có được loại bảo vệ để Bảo vệ sổ làm việc.

public virtual ProtectionType GetWorkbookProtectionType()

Returns

ProtectionType

Bảo vệ loại để bảo vệ sổ làm việc.Aspose.Cells.ProtectionType.Không có nghĩa là không có bảo vệ cho sổ làm việc.

GetWorksheetPassword(String)

Nhận mật khẩu để bảo vệ sổ làm việc được chỉ định.

public virtual string GetWorksheetPassword(string sheetName)

Parameters

sheetName string

Returns

string

mật khẩu để bảo vệ sổ làm việc được chỉ định.

GetWorksheetProtectionType(String)

Có được loại bảo vệ để bảo mật bảng điều khiển cụ thể.

public virtual ProtectionType GetWorksheetProtectionType(string sheetName)

Parameters

sheetName string

Returns

ProtectionType

Loại bảo mật để bảo vệ sổ làm việc cụ thể.Aspose.Cells.ProtectionType.Không có nghĩa là không có bảo vệ cho sổ làm việc.

GetWritePassword()

Nhận mật khẩu để sửa đổi tệp bảng.

public virtual string GetWritePassword()

Returns

string

Mật khẩu để sửa đổi tệp bảng mở rộng.Vắng nghĩa là không có bảo vệ để sửa đổi tệp.

 Tiếng Việt