More actions
jrfconvert import |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:Diagram/report generating CGScript functions]] | ||
| | ||
Revision as of 03:15, 29 March 2011
Tabulation_setHasPageNumber
Set page number to PDF file
Syntax
Tabulation_setHasPageNumber(boolValue)
Arguments
boolValue: is bool. If boolValue = true, page number is set, whereas page number is not set.
Return value
empty
Example
array groups = {{1, "Read"}, {2, "Write"}};
number a = createFrequenceDiagram("Single");
number reportUniqueId = Tabulation_saveAsReport("bug bug", 15707010, groups, true);
Tabulation_setPDFPrintingDirection(Diagram_PdfLayoutDirection_Landscape);
Tabulation_setFooterText("Loser");
Tabulation_setHasPageNumber(true);
Tabulation_setShowResultAsPdf(true);
Availability
Version 5.7