From 79b24a37b45ad20b8086e481696c758a76092c4e Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 13 Mar 2010 13:29:53 +0000 Subject: Lots more printing support enhancements, including: - The ability to print the extended table information view using a new template. - The inclusion of NULL values diaplyed as the user's NULL value placeholder when printing a table's sturcture and indexes. - If enabled in the user's preferences, the inclusion of vertical gridlines in the table views. - Dynamic calculation of page margins based on the paper size of the selected printer as opposed to using hard coded values. - Lots of other little style enhancements. --- Source/SPExtendedTableInfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPExtendedTableInfo.h') diff --git a/Source/SPExtendedTableInfo.h b/Source/SPExtendedTableInfo.h index 4c9d1f07..aef1a6c4 100644 --- a/Source/SPExtendedTableInfo.h +++ b/Source/SPExtendedTableInfo.h @@ -73,6 +73,7 @@ // Others - (void)loadTable:(NSString *)table; +- (NSDictionary *)tableInformationForPrinting; // Task interaction - (void)startDocumentTaskForTab:(NSNotification *)aNotification; -- cgit v1.2.3