Excel.Interfaces.ShapeLineFormatUpdateData interface
An interface for updating data on the ShapeLineFormat
object, for use in shapeLineFormat.set({ ... })
.
color | Represents the line color in HTML color format, in the form #RRGGBB (e.g., "FFA500") or as a named HTML color (e.g., "orange"). |
dash |
Represents the line style of the shape. Returns |
style | Represents the line style of the shape. Returns |
transparency | Represents the degree of transparency of the specified line as a value from 0.0 (opaque) through 1.0 (clear). Returns |
visible | Specifies if the line formatting of a shape element is visible. Returns |
weight | Represents the weight of the line, in points. Returns |
Represents the line color in HTML color format, in the form #RRGGBB (e.g., "FFA500") or as a named HTML color (e.g., "orange").
color?: string;
Property Value
string
Remarks
Represents the line style of the shape. Returns null
when the line is not visible or there are inconsistent dash styles. See Excel.ShapeLineDashStyle
for details.
dashStyle?: Excel.ShapeLineDashStyle | "Dash" | "DashDot" | "DashDotDot" | "LongDash" | "LongDashDot" | "RoundDot" | "Solid" | "SquareDot" | "LongDashDotDot" | "SystemDash" | "SystemDot" | "SystemDashDot";
Property Value
Excel.ShapeLineDashStyle | "Dash" | "DashDot" | "DashDotDot" | "LongDash" | "LongDashDot" | "RoundDot" | "Solid" | "SquareDot" | "LongDashDotDot" | "SystemDash" | "SystemDot" | "SystemDashDot"
Remarks
Represents the line style of the shape. Returns null
when the line is not visible or there are inconsistent styles. See Excel.ShapeLineStyle
for details.
style?: Excel.ShapeLineStyle | "Single" | "ThickBetweenThin" | "ThickThin" | "ThinThick" | "ThinThin";
Property Value
Excel.ShapeLineStyle | "Single" | "ThickBetweenThin" | "ThickThin" | "ThinThick" | "ThinThin"
Remarks
Represents the degree of transparency of the specified line as a value from 0.0 (opaque) through 1.0 (clear). Returns null
when the shape has inconsistent transparencies.
transparency?: number;
Property Value
number
Remarks
Specifies if the line formatting of a shape element is visible. Returns null
when the shape has inconsistent visibilities.
visible?: boolean;
Property Value
boolean
Remarks
Represents the weight of the line, in points. Returns null
when the line is not visible or there are inconsistent line weights.
weight?: number;
Property Value
number
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: