DrawingUnderlineStyle Enum
Represents a text underline style.
Fields
Dash | Underline the text with a single, dashed line of normal thickness. |
DashHeavy | Underline the text with a single, dashed, thick line. This value is currently not supported in PDF, XPS, and image formats and Dash value is exported instead. |
DashLong | Underline the text with a single line consisting of long dashes of normal thickness. This value is currently not supported in PDF, XPS, and image formats and Dash value is exported instead. |
DashLongHeavy | Underline the text with a single line consisting of long, thick dashes. This value is currently not supported in PDF, XPS, and image formats and Dash value is exported instead. |
DotDash | Underline the text with a single line of normal thickness consisting of repeating dots and dashes. |
DotDashHeavy | Underline the text with a single, thick line consisting of repeating dots and dashes. This value is currently not supported in PDF, XPS, and image formats and DotDash value is exported instead. |
DotDotDash | Underline the text with a single line of normal thickness consisting of repeating two dots and dashes. |
DotDotDashHeavy | Underline the text with a single, thick line consisting of repeating two dots and dashes. This value is currently not supported in PDF, XPS, and image formats and DotDotDash value is exported instead. |
Dotted | Underline the text with a single, dotted line of normal thickness. |
DottedHeavy | Underline the text with a single, thick, dotted line. This value is currently not supported in PDF, XPS, and image formats and Dotted value is exported instead. |
Double | Underline the text with two lines of normal thickness. |
Heavy | Underline the text with a single, thick line. This value is currently not supported in PDF, XPS, and image formats and Single value is exported instead. |
None | Do not underline the text. |
Single | Underline the text with a single line of normal thickness. |
Wavy | Underline the text with a single wavy line of normal thickness. This value is currently not supported in PDF, XPS, and image formats and Single value is exported instead. |
WavyDouble | Underline the text with two wavy lines of normal thickness. This value is currently not supported in PDF, XPS, and image formats and Double value is exported instead. |
WavyHeavy | Underline the text with a single, thick wavy line. This value is currently not supported in PDF, XPS, and image formats and Single value is exported instead. |
Words | Underline just the words and not the spaces between them. |