ig.excel.ShapeFill
形状の塗りつぶしのための抽象基本クラス。
依存関係
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.ShapeFill
コンストラクター- new $.ig.excel.ShapeFill( );
-
fromColor
- .fromColor( solidColor:string );
- 返却型:
- ig.excel.ShapeFill
- 返却型の説明:
- 指定した色を持つ ShapeFillSolid インスタンス。
単色の塗りつぶしアウトラインを説明するためのインスタンスを作成します。
- solidColor
- タイプ:string
- 作成する塗りつぶし色。
-
fromColorInfo
- .fromColorInfo( solidColorInfo:ig.excel.WorkbookColorInfo );
- 返却型:
- ig.excel.ShapeFill
- 返却型の説明:
- 指定した色を持つ ShapeFillSolid インスタンス。
単色の塗りつぶしアウトラインを説明するためのインスタンスを作成します。
- solidColorInfo
- タイプ:ig.excel.WorkbookColorInfo
- 作成する塗りつぶし色を説明する WorkbookColorInfo。