Difference between revisions of "Tabulation setFooterText"
Cg huyphong (talk | contribs) |
|||
Line 1: | Line 1: | ||
[[Category:Text setting functions]] | [[Category:Text setting functions]] | ||
− | | + | {{HelpFiles}} |
=====Tabulation_setFooterText===== | =====Tabulation_setFooterText===== |
Revision as of 11:17, 12 December 2011
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);
Availability
Version 5.7