ig.excel.CellFillPattern
セルに適用される無地またはパターンの塗りつぶしを表す不変オブジェクトです。
依存関係
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.CellFillPattern
コンストラクター- new $.ig.excel.CellFillPattern( backgroundColorInfo:ig.excel.WorkbookColorInfo, patternColorInfo:ig.excel.WorkbookColorInfo, patternStyle:ig.excel.FillPatternStyle );
新しい CellFillPattern インスタンスを作成します。
- backgroundColorInfo
- タイプ:ig.excel.WorkbookColorInfo
- セルの背景色を記述する WorkbookColorInfo です。セルの背景色は、patternStyle が None でない場合にのみ見えるようになります。
- patternColorInfo
- タイプ:ig.excel.WorkbookColorInfo
- セルのパターン色を記述する WorkbookColorInfo です。セルの背景色は、patternStyle が None または Solid でない場合にのみ見えるようになります。
- patternStyle
- タイプ:ig.excel.FillPatternStyle
- セルの塗りつぶしパターン。
例外
例外 説明 ig.excel.InvalidEnumArgumentException patternStyle が Default であるか、もしくは FillPatternStyle 列挙体で定義されていません。 備考
backgroundColorInfo と patternColorInfo に null 値を指定すると、既定色が使用されます。
-
backgroundColorInfo
- .backgroundColorInfo( );
- 返却型:
- ig.excel.WorkbookColorInfo
- 返却型の説明:
セルの背景色を記述する WorkbookColorInfo を取得します。セルの背景色は、CellFillPattern.patternStyle が None でない場合にのみ見えるようになります。
-
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。
CellFillPattern が指定されたオブジェクトと等しいかどうかを決定します。
- obj
- タイプ:object
- 等しいかどうかをテストするためのオブジェクト。
-
getHashCode
- .getHashCode( );
- 返却型:
- number
- 返却型の説明:
- このインスタンスのハッシュに使用できる数値。
CellFillPattern のハッシュ コードを取得します。
-
noColor
継承- .noColor( );
- 返却型:
- ig.excel.CellFill
- 返却型の説明:
関連項目
-
patternColorInfo
- .patternColorInfo( );
- 返却型:
- ig.excel.WorkbookColorInfo
- 返却型の説明:
セルのパターン色を記述する WorkbookColorInfo を取得します。セルの背景色は、CellFillPattern.patternStyle が None または Solid でない場合にのみ見えるようになります。
-
patternStyle
- .patternStyle( );
- 返却型:
- ig.excel.FillPatternStyle
- 返却型の説明:
セルの塗りつぶしパターンを取得します。