output: Make table_item a pivot_table, table_cell a pivot_value.
[pspp] / src / output / cairo-pager.h
index 47b49199dfec604304c08fd18abb411182e334bd..361c29798b549e4f5caf847eb0a2aa8a085bfd88 100644 (file)
@@ -38,7 +38,10 @@ struct xr_page_style
     struct page_heading headings[2]; /* Top and bottom headings. */
 
     int initial_page_number;
-    int object_spacing;
+
+    /* Whether to include an outline in PDF output.  (The only reason I know to
+       omit it is to avoid a Cairo bug that caused crashes in some cases.) */
+    bool include_outline;
   };
 struct xr_page_style *xr_page_style_ref (const struct xr_page_style *);
 struct xr_page_style *xr_page_style_unshare (struct xr_page_style *);