Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PowerPoint.Interfaces.BorderData interface
- Package:
- powerpoint
An interface describing the data returned by calling border.toJSON().
Properties
| color | Represents the line color in the hexadecimal format #RRGGBB (e.g., "FFA500") or as a named HTML color value (e.g., "orange"). |
| dashStyle | Represents the dash style of the line. |
| transparency | Specifies the transparency percentage of the line as a value from 0.0 (opaque) through 1.0 (clear). |
| weight | Represents the weight of the line, in points. |
Property Details
color
Represents the line color in the hexadecimal format #RRGGBB (e.g., "FFA500") or as a named HTML color value (e.g., "orange").
color?: string | undefined;
Property Value
string | undefined
Remarks
dashStyle
Represents the dash style of the line.
dashStyle?: PowerPoint.ShapeLineDashStyle | "Dash" | "DashDot" | "DashDotDot" | "LongDash" | "LongDashDot" | "RoundDot" | "Solid" | "SquareDot" | "LongDashDotDot" | "SystemDash" | "SystemDot" | "SystemDashDot" | undefined;
Property Value
PowerPoint.ShapeLineDashStyle | "Dash" | "DashDot" | "DashDotDot" | "LongDash" | "LongDashDot" | "RoundDot" | "Solid" | "SquareDot" | "LongDashDotDot" | "SystemDash" | "SystemDot" | "SystemDashDot" | undefined
Remarks
transparency
Specifies the transparency percentage of the line as a value from 0.0 (opaque) through 1.0 (clear).
transparency?: number | undefined;
Property Value
number | undefined
Remarks
weight
Represents the weight of the line, in points.
weight?: number | undefined;
Property Value
number | undefined
Remarks
Office Add-ins
Feedback
Was this page helpful?
