Abstract base class for the fill of a shape.

ShapeFill

new ShapeFill(): ShapeFill

Returns ShapeFill

$t: Type

Creates an instance to describe a solid fill outline.

fromColor(solidColor: any): ShapeFill

Parameters

  • solidColor: any

    The color of the fill to create.

Returns ShapeFill

Creates an instance to describe a solid fill outline.

fromColorInfo(solidColorInfo: WorkbookColorInfo): ShapeFill

Parameters

  • solidColorInfo: WorkbookColorInfo

    The [[WorkbookColorInfo]] describing the color of the fill to create.

Returns ShapeFill