output: Implement styling for titles and captions.
[pspp] / src / output / table-item.h
index 1cc92eaf5dc27c2f7e4587cc4a3bf8160f194f7c..3b8c09d75909fb51a2efa1ef0f5a5d556e42a883 100644 (file)
@@ -34,6 +34,7 @@ struct table_item_text
     char *content;
     const struct footnote **footnotes;
     size_t n_footnotes;
+    int halign;                 /* TAB_*. */
     struct cell_style *style;
   };