Tabulation setHeaderText

From Catglobe Wiki
Jump to: navigation, search


Tabulation_setHeaderText

OBSOLETE SINCE V. 6.0

Set page number to PDF file

Syntax

Tabulation_setHeaderText(text)

Arguments

text: is string which is header text of PDF file

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_setHeaderText("Hero");

Tabulation_setShowResultAsPdf(true);

//Result: Header text of PDF file is "Hero"

Note Note: This function should be paired with function Tabulation_setShowResultAsPdf.

Availability

Version 5.7 OBSOLETE SINCE V. 6.0