output: Support decimal and mixed alignment,
[pspp] / src / output / table-item.h
index ffdc4b682c204ce8dc2be9e729f6fb438cc2640b..b7866a3c9b565f95fe996d62d562c604aab4d14e 100644 (file)
@@ -27,6 +27,7 @@
 
 #include "libpspp/compiler.h"
 #include "output/output-item.h"
+#include "output/table.h"
 
 /* Title or caption in a table item. */
 struct table_item_text
@@ -34,8 +35,7 @@ struct table_item_text
     char *content;
     const struct footnote **footnotes;
     size_t n_footnotes;
-    int halign;                 /* TAB_*. */
-    struct cell_style *style;
+    struct area_style *style;
   };
 
 struct table_item_text *table_item_text_create (const char *);