tab: Support cell-specific styles.
[pspp] / src / output / tab.h
index 178607aa2bf1652d6f7c5c99c7a8d4ac8b525ad4..f45e1f605589f66729ed872f6cc9bbed44256d15 100644 (file)
@@ -159,6 +159,9 @@ struct footnote *tab_create_footnote (struct tab_table *, size_t idx,
 void tab_add_footnote (struct tab_table *, int x, int y,
                        const struct footnote *);
 
+void tab_add_style (struct tab_table *, int x, int y,
+                    const struct cell_style *);
+
 bool tab_cell_is_empty (const struct tab_table *, int c, int r);
 
 /* Editing. */