Difference between revisions of "Tabulation setFooterText"
Cg huyphong (talk | contribs) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{HelpFiles}} | |
− | |||
− | =====Tabulation_setFooterText===== | + | ===== Tabulation_setFooterText ===== |
+ | |||
+ | <span style="color:#ff0000">OBSOLETE SINCE V. 6.0</span> | ||
Set footer text to PDF file | Set footer text to PDF file | ||
Line 20: | Line 21: | ||
'''Example''' | '''Example''' | ||
− | <nowiki>array groups = {{1, "Read"}, {2, "Write"}};</nowiki> | + | ''<nowiki>array groups = {{1, "Read"}, {2, "Write"}};</nowiki>'' |
+ | |||
+ | ''number a = createFrequenceDiagram("Single");'' | ||
+ | |||
+ | ''number reportUniqueId = Tabulation_saveAsReport("test test", 15707010, groups, true);'' | ||
− | + | ''Tabulation_setPDFPrintingDirection(Diagram_PdfLayoutDirection_Landscape);'' | |
− | + | ''Tabulation_setFooterText("Winner");'' | |
− | + | ''Tabulation_setShowResultAsPdf(true);'' | |
− | + | ''//Result: Footer text of PDF file is "Winner"'' | |
− | Tabulation_setShowResultAsPdf | + | {{note}} ''This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].'' |
'''Availability''' | '''Availability''' | ||
− | Version 5.7 | + | Version 5.7 __NOTOC__ |
− | + | <span style="color:#ff0000">OBSOLETE SINCE V. 6.0</span> | |
+ | |||
<!-- imported from file: 7534.htm--> | <!-- imported from file: 7534.htm--> |
Latest revision as of 08:59, 24 June 2016
OBSOLETE SINCE V. 6.0
Set footer text to PDF file
Syntax
Tabulation_setFooterText(text);
Arguments
text: is string. It is the footer user wants to set.
Return value
empty
Example
array groups = {{1, "Read"}, {2, "Write"}};
number a = createFrequenceDiagram("Single");
number reportUniqueId = Tabulation_saveAsReport("test test", 15707010, groups, true);
Tabulation_setPDFPrintingDirection(Diagram_PdfLayoutDirection_Landscape);
Tabulation_setFooterText("Winner");
Tabulation_setShowResultAsPdf(true);
//Result: Footer text of PDF file is "Winner"
Note: This function should be paired with function Tabulation_setShowResultAsPdf.
Availability
Version 5.7 OBSOLETE SINCE V. 6.0