aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPrintController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPPrintController.h')
-rw-r--r--Source/SPPrintController.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/SPPrintController.h b/Source/SPPrintController.h
index 8fd1acf8..17b78e35 100644
--- a/Source/SPPrintController.h
+++ b/Source/SPPrintController.h
@@ -27,7 +27,10 @@
@interface TableDocument (SPPrintController)
-- (NSString *)generateHTMLforPrinting;
+- (NSString *)generateHTMLForPrinting;
+- (NSString *)generateTableInfoHTMLForPrinting;
+
- (NSArray *)columnNames;
+- (NSMutableDictionary *)connectionInformation;
@end