diff options
Diffstat (limited to 'dw/style.hh')
-rw-r--r-- | dw/style.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dw/style.hh b/dw/style.hh index 7a401e7f..2f6a98fc 100644 --- a/dw/style.hh +++ b/dw/style.hh @@ -263,6 +263,12 @@ enum DisplayType { DISPLAY_TABLE_CELL }; +enum LineType { + LINE_NORMAL, + LINE_DOTTED, + LINE_DASHED +}; + enum ListStylePosition { LIST_STYLE_POSITION_INSIDE, LIST_STYLE_POSITION_OUTSIDE |