Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWriteProtection

com.aspose.cells.WriteProtection

Hierarchy 层级

  • IWriteProtection

Index 目录

Methods 方法

getAuthor

  • getAuthor(): string
  • java.lang.String getAuthor()

    Returns 返回值 string

getRecommendReadOnly

  • getRecommendReadOnly(): boolean
  • boolean getRecommendReadOnly()

    Returns 返回值 boolean

isWriteProtected

  • isWriteProtected(): boolean
  • boolean isWriteProtected()

    Returns 返回值 boolean

setAuthor

  • setAuthor(value: string): void
  • void setAuthor(java.lang.String)

    Parameters 参数

    • value: string

    Returns 返回值 void

setPassword

  • setPassword(value: string): void
  • void setPassword(java.lang.String)

    Parameters 参数

    • value: string

    Returns 返回值 void

setRecommendReadOnly

  • setRecommendReadOnly(value: boolean): void
  • void setRecommendReadOnly(boolean)

    Parameters 参数

    • value: boolean

    Returns 返回值 void

validatePassword

  • validatePassword(password: string): boolean
  • boolean validatePassword(java.lang.String)

    Parameters 参数

    • password: string

    Returns 返回值 boolean