From 88f89987a4329b394ee30a2a77705d3afbb35195 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 12 Mar 2010 01:02:52 +0000 Subject: Various printing support enhancements, including: - Splitting out all printing methods to SPPrintController which is category of TableDocument. - The ability to print table relations. - If present the inclusion of table indexes when printing a table's source. - If the user has use monospaced fonts enables, then the print out's tabular data will be in a monospaced font. - Lots of other style enhancements, including page headings and sections headings. --- Source/SPConstants.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index fd20509b..c8342a5f 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -71,6 +71,10 @@ extern NSString *SPQueryFavortiesPasteboardDragType; extern NSString *SPFileExtensionDefault; extern NSString *SPFileExtensionSQL; +// Filenames +extern NSString *SPHTMLPrintTemplate; +extern NSString *SPHTMLHelpTemplate; + // Preference key constants // General Prefpane -- cgit v1.2.3