ig.excel.ShapeFill

Abstract base class for the fill of a shape.

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.ShapeFill
    Constructor

    new $.ig.excel.ShapeFill( );

  • fromColor

    .fromColor( solidColor:string );
    Return Type:
    ig.excel.ShapeFill
    Return Type Description:
    A ShapeFillSolid instance with the specified color.

    Creates an instance to describe a solid fill outline.

    • solidColor
    • Type:string
    • The color of the fill to create.
  • fromColorInfo

    .fromColorInfo( solidColorInfo:ig.excel.WorkbookColorInfo );
    Return Type:
    ig.excel.ShapeFill
    Return Type Description:
    A ShapeFillSolid instance with the specified color.

    Creates an instance to describe a solid fill outline.

    • solidColorInfo
    • Type:ig.excel.WorkbookColorInfo
    • The WorkbookColorInfo describing the color of the fill to create.

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