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 addPagebreak: Difference between revisions

From Catglobe Wiki
No edit summary
Tungocman (talk | contribs)
No edit summary
Line 27: Line 27:


[[File:AddPagebreak2.jpg]]
[[File:AddPagebreak2.jpg]]
[Category:Using CGScript with the Tabulation Module]

Revision as of 07:49, 5 June 2017


Tabulation_addPagebreak

Insert a page break

Syntax

Tabulation_addPagebreak();

Return type

Empty.

Examples

Tabulation_addParagraph(new TabulationParagraph(paragraphStyle,"Page 1",textStyle));
createCrossDiagram({"Q0"}, {"PB_Gender"});
Tabulation_addPagebreak();
Tabulation_addParagraph(new TabulationParagraph(paragraphStyle,"Page 2",textStyle));
createCrossDiagram({"Q0"}, {"PB_Region"});


//Result:

[Category:Using CGScript with the Tabulation Module]