Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation setHeaderText: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Text setting functions]]
{{HelpFiles}}



=====Tabulation_setHeaderText=====
===== Tabulation_setHeaderText =====
<span style="color:#ff0000">OBSOLETE SINCE V. 6.0</span>


Set page number to PDF file
Set page number to PDF file
Line 20: Line 20:
'''Example'''
'''Example'''


<nowiki>array groups = {{1, "Read"}, {2, "Write"}};</nowiki>
''<nowiki>array groups = {{1, "Read"}, {2, "Write"}};</nowiki>''


number a = createFrequenceDiagram("Single");
''number a = createFrequenceDiagram("Single");''


number reportUniqueId = Tabulation_saveAsReport("test test", 15707010, groups, true);
''number reportUniqueId = Tabulation_saveAsReport("test test", 15707010, groups, true);''


Tabulation_setPDFPrintingDirection(Diagram_PdfLayoutDirection_Landscape);
''Tabulation_setPDFPrintingDirection(Diagram_PdfLayoutDirection_Landscape);''


Tabulation_setHeaderText("Hero");
''Tabulation_setHeaderText("Hero");''


Tabulation_setShowResultAsPdf(true);
''Tabulation_setShowResultAsPdf(true);''
 
''//Result: Header text of PDF file is "Hero"''
 
{{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__
__NOTOC__
<span style="color:#ff0000">OBSOLETE SINCE V. 6.0</span>
<!-- imported from file: 7536.htm-->
<!-- imported from file: 7536.htm-->

Latest revision as of 08:02, 24 June 2016


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