ig.excel.CellFillGradient

セルのグラデーション塗りつぶしを表す抽象基本クラス。

依存関係

jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
このコントロールにオプションはありません。
このコントロールにイベントはありません。
  • createLinearGradientFill
    継承

    .createLinearGradientFill( angle:number, stops:ig.excel.CellFillGradientStop[] );

    • angle
    • タイプ:number
    • stops
    • タイプ:ig.excel.CellFillGradientStop[]

    例外

    例外 説明
    ig.ArgumentException
  • createLinearGradientFill
    継承

    .createLinearGradientFill( angle:number, colorInfo1:ig.excel.WorkbookColorInfo, colorInfo2:ig.excel.WorkbookColorInfo );

    • angle
    • タイプ:number
    • colorInfo1
    • タイプ:ig.excel.WorkbookColorInfo
    • colorInfo2
    • タイプ:ig.excel.WorkbookColorInfo

    例外

    例外 説明
    ig.ArgumentException
  • createLinearGradientFill
    継承

    .createLinearGradientFill( angle:number, color1:string, color2:string );

    • angle
    • タイプ:number
    • color1
    • タイプ:string
    • color2
    • タイプ:string

    例外

    例外 説明
    ig.ArgumentException
  • createPatternFill
    継承

    .createPatternFill( backgroundColorInfo:ig.excel.WorkbookColorInfo, patternColorInfo:ig.excel.WorkbookColorInfo, patternStyle:ig.excel.FillPatternStyle );

    • backgroundColorInfo
    • タイプ:ig.excel.WorkbookColorInfo
    • patternColorInfo
    • タイプ:ig.excel.WorkbookColorInfo
    • patternStyle
    • タイプ:ig.excel.FillPatternStyle

    例外

    例外 説明
    ig.excel.InvalidEnumArgumentException

    備考

  • createPatternFill
    継承

    .createPatternFill( backgroundColor:string, patternColor:string, patternStyle:ig.excel.FillPatternStyle );

    • backgroundColor
    • タイプ:string
    • patternColor
    • タイプ:string
    • patternStyle
    • タイプ:ig.excel.FillPatternStyle

    例外

    例外 説明
    ig.ArgumentException
    ig.excel.InvalidEnumArgumentException
  • createRectangularGradientFill
    継承

    .createRectangularGradientFill( colorInfo1:ig.excel.WorkbookColorInfo, colorInfo2:ig.excel.WorkbookColorInfo );

    • colorInfo1
    • タイプ:ig.excel.WorkbookColorInfo
    • colorInfo2
    • タイプ:ig.excel.WorkbookColorInfo

    例外

    例外 説明
    ig.ArgumentException
  • createRectangularGradientFill
    継承

    .createRectangularGradientFill( left:number, top:number, right:number, bottom:number, stops:ig.excel.CellFillGradientStop[] );

    • left
    • タイプ:number
    • top
    • タイプ:number
    • right
    • タイプ:number
    • bottom
    • タイプ:number
    • stops
    • タイプ:ig.excel.CellFillGradientStop[]

    例外

    例外 説明
    ig.ArgumentOutOfRangeException
    ig.ArgumentException

    備考

  • createRectangularGradientFill
    継承

    .createRectangularGradientFill( left:number, top:number, right:number, bottom:number, colorInfo1:ig.excel.WorkbookColorInfo, colorInfo2:ig.excel.WorkbookColorInfo );

    • left
    • タイプ:number
    • top
    • タイプ:number
    • right
    • タイプ:number
    • bottom
    • タイプ:number
    • colorInfo1
    • タイプ:ig.excel.WorkbookColorInfo
    • colorInfo2
    • タイプ:ig.excel.WorkbookColorInfo

    例外

    例外 説明
    ig.ArgumentException
    ig.ArgumentOutOfRangeException

    備考

  • createRectangularGradientFill
    継承

    .createRectangularGradientFill( left:number, top:number, right:number, bottom:number, color1:string, color2:string );

    • left
    • タイプ:number
    • top
    • タイプ:number
    • right
    • タイプ:number
    • bottom
    • タイプ:number
    • color1
    • タイプ:string
    • color2
    • タイプ:string

    例外

    例外 説明
    ig.ArgumentOutOfRangeException
    ig.ArgumentException

    備考

  • createRectangularGradientFill
    継承

    .createRectangularGradientFill( color1:string, color2:string );

    • color1
    • タイプ:string
    • color2
    • タイプ:string

    例外

    例外 説明
    ig.ArgumentException
  • createSolidFill
    継承

    .createSolidFill( solidColorInfo:ig.excel.WorkbookColorInfo );

    • solidColorInfo
    • タイプ:ig.excel.WorkbookColorInfo
  • createSolidFill
    継承

    .createSolidFill( solidColor:string );

    • solidColor
    • タイプ:string

    例外

    例外 説明
    ig.ArgumentException
  • equals

    .equals( obj:object );
    返却型:
    boolean
    返却型の説明:
    指定したオブジェクトがこのインスタンスと等しい場合は True、そうでない場合は False。

    CellFillGradient が指定されたオブジェクトと等しいかどうかを決定します。

    • obj
    • タイプ:object
    • 等しいかどうかをテストするためのオブジェクト。
  • getHashCode

    .getHashCode( );
    返却型:
    number
    返却型の説明:
    このインスタンスのハッシュに使用できる数値。

    CellFillGradient のハッシュ コードを取得します。

  • noColor
    継承

    .noColor( );
    返却型:
    ig.excel.CellFill
    返却型の説明:

    関連項目

  • stops

    .stops( );

    グラデーションの色遷移と配置を記述する読み取り専用のグラデーション境界コレクションを取得します。

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.