PowerPoint.ShapeFontUnderlineStyle enum
The type of underline applied to a font.
Remarks
[ API set: PowerPointApi 1.4 ]
Fields
| dash = "Dash" | Underlining of text with a line containing dashes. |
| dashHeavy = "DashHeavy" | Underlining of text with a thick line containing dashes. |
| dashLong = "DashLong" | Underlining of text with a line containing long dashes. |
| dashLongHeavy = "DashLongHeavy" | Underlining of text with a thick line containing long dashes. |
| dotDash = "DotDash" | Underlining of text with a line containing dots and dashes. |
| dotDashHeavy = "DotDashHeavy" | Underlining of text with a thick line containing dots and dashes. |
| dotDotDash = "DotDotDash" | Underlining of text with a line containing double dots and dashes. |
| dotDotDashHeavy = "DotDotDashHeavy" | Underlining of text with a thick line containing double dots and dashes. |
| dotted = "Dotted" | Underlining of text with a dotted line. |
| dottedHeavy = "DottedHeavy" | Underlining of text with a thick, dotted line. |
| double = "Double" | Underlining of text with double lines. |
| heavy = "Heavy" | Underlining of text with a thick line. |
| none = "None" | No underlining. |
| single = "Single" | Regular single line underlining. |
| wavy = "Wavy" | Underlining of text with a wavy line. |
| wavyDouble = "WavyDouble" | Underlining of text with double wavy lines. |
| wavyHeavy = "WavyHeavy" | Underlining of text with a thick, wavy line. |