Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IArea

com.aspose.cells.Area

Hierarchy 层级

Index 目录

Methods 方法

getBackgroundColor

  • getBackgroundColor(): IColor
  • com.aspose.cells.Color getBackgroundColor()

    Returns 返回值 IColor

getFillFormat

  • com.aspose.cells.FillFormat getFillFormat()

    Returns 返回值 IFillFormat

getForegroundColor

  • getForegroundColor(): IColor
  • com.aspose.cells.Color getForegroundColor()

    Returns 返回值 IColor

getFormatting

  • getFormatting(): number
  • int getFormatting()

    Returns 返回值 number

getInvertIfNegative

  • getInvertIfNegative(): boolean
  • boolean getInvertIfNegative()

    Returns 返回值 boolean

getTransparency

  • getTransparency(): number
  • double getTransparency()

    Returns 返回值 number

isAuto

  • isAuto(): boolean
  • boolean isAuto()

    Returns 返回值 boolean

isVisible

  • isVisible(): boolean
  • boolean isVisible()

    Returns 返回值 boolean

setAuto

  • setAuto(isAuto: boolean): void
  • void setAuto(boolean)

    Parameters 参数

    • isAuto: boolean

    Returns 返回值 void

setBackgroundColor

  • setBackgroundColor(value: IColor): void
  • void setBackgroundColor(com.aspose.cells.Color)

    Parameters 参数

    Returns 返回值 void

setForegroundColor

  • setForegroundColor(value: IColor): void
  • void setForegroundColor(com.aspose.cells.Color)

    Parameters 参数

    Returns 返回值 void

setFormatting

  • setFormatting(value: number): void
  • void setFormatting(int)

    Parameters 参数

    • value: number

    Returns 返回值 void

setInvertIfNegative

  • setInvertIfNegative(value: boolean): void
  • void setInvertIfNegative(boolean)

    Parameters 参数

    • value: boolean

    Returns 返回值 void

setTransparency

  • setTransparency(value: number): void
  • void setTransparency(double)

    Parameters 参数

    • value: number

    Returns 返回值 void