ig.excel.CellFillRectangularGradient

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

依存関係

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.CellFillRectangularGradient
    コンストラクター

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

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

    • left
    • タイプ:number
    • グラデーションのインナー矩形の左辺です。0.0 (セルの左辺) から 1.0 (セルの右辺) までの値をとります。
    • top
    • タイプ:number
    • グラデーションのインナー矩形の上辺です。0.0 (セルの上辺) から 1.0 (セルの底辺) までの値をとります。
    • right
    • タイプ:number
    • グラデーションのインナー矩形の右辺です。0.0 (セルの左辺) から 1.0 (セルの右辺) までの値をとります。
    • bottom
    • タイプ:number
    • グラデーションのインナー矩形の底辺です。0.0 (セルの上辺) から 1.0 (セルの底辺) までの値をとります。
    • stops
    • タイプ:ig.excel.CellFillGradientStop[]
    • グラデーションの色遷移と配置を記述する 2 つ以上のグラデーション境界。

    例外

    例外 説明
    ig.ArgumentOutOfRangeException left、top、right、または bottom が 0.0 未満の値であるか、または 1.0 を超える値です。
    ig.ArgumentException 境界に 2 つ以上のグラデーション境界が含まれていません。グラデーションを定義するには最低 2 つの境界が必要です。

    備考

    長方形グラデーションは、インナー長方形とワンセットのグラデーション境界を指定するという形で定義します。グラデーションはインナー矩形の縁からセルの縁に向かって進みます。インナー矩形の高さや幅がゼロでない場合、インナー矩形の中心は最初のグラデーション境界の色で塗りつぶされます。

    インナー矩形は、left、top、right、および bottom の各パラメーターによって定義されます。こうしたパラメーターは、0.0 から 1.0 の範囲の相対値で、左上から右下に向かって増えていきます。したがって、たとえば、中心から外に向かって進むグラデーションを指定するには、すべての値を 0.5 に設定します。また、セルの左下隅から外に向かって進むグラデーションを指定するには、以下の値を使用します: left = 0.0、top = 1.0、right = 0.0、bottom = 1.0。

  • bottom

    .bottom( );

    グラデーションのインナー矩形の底辺を取得します。これは 0.0 (セルの上辺) から 1.0 (セルの底辺) までの値をとります。

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

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

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

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

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

  • left

    .left( );

    グラデーションのインナー矩形の左辺を取得します。これは 0.0 (セルの左辺) から 1.0 (セルの右辺) までの値をとります。

  • noColor
    継承

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

    関連項目

  • right

    .right( );

    グラデーションのインナー矩形の右辺を取得します。これは 0.0 (セルの左辺) から 1.0 (セルの右辺) までの値をとります。

  • stops
    継承

    .stops( );

  • top

    .top( );

    グラデーションのインナー矩形の上辺を取得します。これは 0.0 (セルの上辺) から 1.0 (セルの底辺) までの値をとります。

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