ig.excel.ShapeOutlineSolid
Represents a shape outline with a solid color.
Dependencies
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
The current widget has no options.
The current widget has no events.
-
ig.excel.ShapeOutlineSolid
Constructor- new $.ig.excel.ShapeOutlineSolid( );
Creates a new ShapeOutlineSolid instance.
-
ig.excel.ShapeOutlineSolid
Constructor- new $.ig.excel.ShapeOutlineSolid( color:string );
Creates a new ShapeOutlineSolid instance.
- color
- Type:string
- The color of the outline.
-
ig.excel.ShapeOutlineSolid
Constructor- new $.ig.excel.ShapeOutlineSolid( colorInfo:ig.excel.WorkbookColorInfo );
Creates a new ShapeFillSolid instance.
- colorInfo
- Type:ig.excel.WorkbookColorInfo
- The WorkbookColorInfo describing the color of the outline.
See Also
-
colorInfo
- .colorInfo( );
- Return Type:
- ig.excel.WorkbookColorInfo
- Return Type Description:
- Returns a WorkbookColorInfo.
Gets the WorkbookColorInfo describing the color of the outline.
See Also
-
fromColor
Inherited- .fromColor( solidColor:string );
- Return Type:
- ig.excel.ShapeOutline
- Return Type Description:
- A ShapeOutlineSolid instance with the specified color.
Creates an instance to describe a solid color outline.
- solidColor
- Type:string
- The color of the outline to create.
See Also
-
fromColorInfo
Inherited- .fromColorInfo( solidColorInfo:ig.excel.WorkbookColorInfo );
- Return Type:
- ig.excel.ShapeOutline
- Return Type Description:
- A ShapeOutlineSolid instance with the specified color.
Creates an instance to describe a solid color outline.
- solidColorInfo
- Type:ig.excel.WorkbookColorInfo
- The WorkbookColorInfo describing the color of the outline to create.