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

Tabulation setFooterText: Difference between revisions

From Catglobe Wiki
Cg van (talk | contribs)
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{HelpFiles}}  
{{HelpFiles}}


===== Tabulation_setFooterText =====
===== Tabulation_setFooterText =====


Set footer text to PDF file
<span style="color:#ff0000">OBSOLETE SINCE V. 6.0</span>


'''Syntax'''
Set footer text to PDF file


Tabulation_setFooterText(text);
'''Syntax'''


'''Arguments'''
Tabulation_setFooterText(text);


text: is string. It is the footer user wants to set.
'''Arguments'''


'''Return value'''
text: is string. It is the footer user wants to set.


empty
'''Return value'''


'''Example'''
empty


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


''number a = createFrequenceDiagram("Single"); ''
''<nowiki>array groups = {{1, "Read"}, {2, "Write"}};</nowiki>''


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


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


''Tabulation_setFooterText("Winner"); ''
''Tabulation_setPDFPrintingDirection(Diagram_PdfLayoutDirection_Landscape);''


''Tabulation_setShowResultAsPdf(true); ''
''Tabulation_setFooterText("Winner");''


''//Result: Footer text of PDF file is "Winner" ''
''Tabulation_setShowResultAsPdf(true);''


{{note}} ''This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf]. ''
''//Result: Footer text of PDF file is "Winner"''


'''Availability'''  
{{note}} ''This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].''


Version 5.7 __NOTOC__ <!-- imported from file: 7534.htm-->
'''Availability'''


[[Category:Text_setting_functions]]
Version 5.7 __NOTOC__
<span style="color:#ff0000">OBSOLETE SINCE V. 6.0</span>
 
<!-- imported from file: 7534.htm-->

Latest revision as of 07:59, 24 June 2016


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 OBSOLETE SINCE V. 6.0