PowerPoint.ShapeLineStyle enum
Specifies the style for a line.
Remarks
[ API set: PowerPointApi 1.4 ]
Fields
single = "Single" | Single line. |
thickBetweenThin = "ThickBetweenThin" | Thick line with a thin line on each side. |
thickThin = "ThickThin" | Thick line next to thin line. For horizontal lines, the thick line is above the thin line. For vertical lines, the thick line is to the left of the thin line. |
thinThick = "ThinThick" | Thick line next to thin line. For horizontal lines, the thick line is below the thin line. For vertical lines, the thick line is to the right of the thin line. |
thinThin = "ThinThin" | Two thin lines. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins