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_ULSTYL_NONE
 The text is displayed without underlines.
1
SE_ULSTYL_SINGLE
 The text is displayed with a single underline
 of normal weight.
2
SE_ULSTYL_DOUBLE
 The text is displayed with a double underline
 of normal weight.
3
SE_ULSTYL_BOLD_SINGLE
 The text is displayed with a single underline
 of increased weight.
4
SE_ULSTYL_BOLD_DOUBLE
 The text is displayed with a double underline
 of increased weight.
5
SE_ULSTYL_DASHED
 The text is displayed with a single dashed
 underline of normal weight.
6
SE_ULSTYL_DOTTED
 The text is displayed with a single dotted
 underline of normal weight.
7



Prev: SE_Type_Classification. Next: SE_Union_Reason.


Return to: Top of this Page, Type Index