Abstract base class for the outline of a shape.

ShapeOutline

new ShapeOutline(): ShapeOutline

Returns ShapeOutline

$t: Type

Creates an instance to describe a solid color outline.

fromColor(solidColor: any): ShapeOutline

Parameters

  • solidColor: any

    The color of the outline to create.

Returns ShapeOutline

Creates an instance to describe a solid color outline.

fromColorInfo(solidColorInfo: WorkbookColorInfo): ShapeOutline

Parameters

  • solidColorInfo: WorkbookColorInfo

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

Returns ShapeOutline