ig.excel.CellFillLinearGradient

セルに適用される線状グラデーション塗りつぶしを表す不変オブジェクトです。

依存関係

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
このコントロールにオプションはありません。
このコントロールにイベントはありません。
  • ig.excel.CellFillLinearGradient
    コンストラクター

    new $.ig.excel.CellFillLinearGradient( angle:number, stops:ig.excel.CellFillGradientStop[] );

    新しい CellFillLinearGradient インスタンスを作成します。

    • angle
    • タイプ:number
    • 線形グラデーションの向きを左から右方向へ時計回りに何度傾けるかを示す角度。
    • stops
    • タイプ:ig.excel.CellFillGradientStop[]
    • グラデーションの色遷移と配置を記述する 2 つ以上のグラデーション境界。

    例外

    例外 説明
    ig.ArgumentException 境界に 2 つ以上のグラデーション境界が含まれていません。グラデーションを定義するには最低 2 つの境界が必要です。
  • angle

    .angle( );

    線状グラデーションの向きを左から右方向へ時計回りに何度傾けるかを示す角度を取得します。

  • 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。

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

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

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

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

  • noColor
    継承

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

    関連項目

  • stops
    継承

    .stops( );

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