Class AbstractLowCodeProtectionProvider
Class AbstractLowCodeProtectionProvider
이름 공간 : Aspose.Cells.LowCode 모임: Aspose.Cells.dll (25.4.0)
보호 설정을 제공하기 위한 구현
public class AbstractLowCodeProtectionProvider
Inheritance
object ← AbstractLowCodeProtectionProvider
Constructors
AbstractLowCodeProtectionProvider()
public AbstractLowCodeProtectionProvider()
Methods
GetOpenPassword()
암호를 얻어 확산 잎 파일을 열 수 있습니다.
public virtual string GetOpenPassword()
Returns
암호를 열 수 있습니다 확산 잎 파일. 빈은 파일을 열 때 보호를 의미하지 않습니다.
GetWorkbookPassword()
특정 보호 유형으로 워크북을 보호하기 위해 암호를 얻습니다.
public virtual string GetWorkbookPassword()
Returns
워크북을 보호하기 위한 암호입니다.
GetWorkbookProtectionType()
작업 책을 보호하기 위해 보호 유형을 얻습니다.
public virtual ProtectionType GetWorkbookProtectionType()
Returns
워크북을 보호하기 위한 보호 유형Aspose.Cells.ProtectionType.아무것도 워크북에 대한 보호를 의미하지 않습니다.
GetWorksheetPassword(스트리트)
지정된 워크시트를 보호하기 위해 암호를 얻습니다.
public virtual string GetWorksheetPassword(string sheetName)
Parameters
sheetName
string
Returns
암호는 지정된 워크시트를 보호합니다.
GetWorksheetProtectionType(스트리트)
지정된 워크시트를 보호하기 위해 보호 유형을 얻습니다.
public virtual ProtectionType GetWorksheetProtectionType(string sheetName)
Parameters
sheetName
string
Returns
지정된 워크시트를 보호하기 위한 보호 유형.Aspose.Cells.ProtectionType.아무것도 워크시트에 대한 보호를 의미하지 않습니다.
GetWritePassword()
확산 된 잎 파일을 수정하기 위해 암호를 얻습니다.
public virtual string GetWritePassword()
Returns
암호는 확산 된 잎 파일을 수정합니다.빈은 파일을 변경할 수 있는 보호가 없습니다.