|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Underline_Style |
|---|
/* * REGISTERABLE ENUM: SE_Underline_Style * * This data type specifies the type of underlining to * be applied to the associated text. The weight of an * underline is determined by the width of the * underline and typically varies according to font * size and font style. */ typedef SE_Short_Integer SE_Underline_Style;
| Enumerant | Definition | Value |
|---|---|---|
| SE_UL_STYL_NONE | The text is displayed without underlines. |
1 |
| SE_UL_STYL_SINGLE | The text is displayed with a single underline of normal weight. |
2 |
| SE_UL_STYL_DOUBLE | The text is displayed with a double underline of normal weight. |
3 |
| SE_UL_STYL_BOLD_SINGLE | The text is displayed with a single underline of increased weight. |
4 |
| SE_UL_STYL_BOLD_DOUBLE | The text is displayed with a double underline of increased weight. |
5 |
| SE_UL_STYL_DASHED | The text is displayed with a single dashed underline of normal weight. |
6 |
| SE_UL_STYL_DOTTED | The text is displayed with a single dotted underline of normal weight. |
7 |
|