Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IShapePropertyCollection

com.aspose.cells.ShapePropertyCollection

Hierarchy 层级

  • IShapePropertyCollection

Index 目录

Methods 方法

clearFormat3D

  • clearFormat3D(): void
  • void clearFormat3D()

    Returns 返回值 void

clearGlowEffect

  • clearGlowEffect(): void
  • void clearGlowEffect()

    Returns 返回值 void

clearShadowEffect

  • clearShadowEffect(): void
  • void clearShadowEffect()

    Returns 返回值 void

getFormat3D

  • com.aspose.cells.Format3D getFormat3D()

    Returns 返回值 IFormat3D

getGlowEffect

  • com.aspose.cells.GlowEffect getGlowEffect()

    Returns 返回值 IGlowEffect

getShadowEffect

  • com.aspose.cells.ShadowEffect getShadowEffect()

    Returns 返回值 IShadowEffect

getSoftEdgeRadius

  • getSoftEdgeRadius(): number
  • double getSoftEdgeRadius()

    Returns 返回值 number

hasFormat3D

  • hasFormat3D(): boolean
  • boolean hasFormat3D()

    Returns 返回值 boolean

hasGlowEffect

  • hasGlowEffect(): boolean
  • boolean hasGlowEffect()

    Returns 返回值 boolean

hasShadowEffect

  • hasShadowEffect(): boolean
  • boolean hasShadowEffect()

    Returns 返回值 boolean

setSoftEdgeRadius

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

    Parameters 参数

    • value: number

    Returns 返回值 void