Tabulation setFooterText

From Catglobe Wiki
Jump to: navigation, search



Tabulation_setFooterText

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 Note: This function should be paired with function Tabulation_setShowResultAsPdf.

Availability

Version 5.7