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