Abstract base class for the fill of a shape.
Constructors
Section titled "Constructors"ShapeFill
new ShapeFill(): ShapeFill Returns ShapeFill
Properties
Section titled "Properties"$t: Type Methods
Section titled "Methods"fromColor
Section titled "fromColor"Creates an instance to describe a solid fill outline.
fromColor(solidColor: any): ShapeFill Parameters
- solidColor:
anyThe color of the fill to create.
Returns ShapeFill
fromColorInfo
Section titled "fromColorInfo"Creates an instance to describe a solid fill outline.
fromColorInfo(solidColorInfo: WorkbookColorInfo): ShapeFill Parameters
- solidColorInfo:
WorkbookColorInfoThe [[WorkbookColorInfo]] describing the color of the fill to create.