Difference between revisions of "Tabulation addPagebreak"
(Tag: visualeditor-switched) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 22: | Line 22: | ||
createCrossDiagram({"Q0"}, {"PB_Region"}); | createCrossDiagram({"Q0"}, {"PB_Region"}); | ||
</source> __NOTOC__ | </source> __NOTOC__ | ||
+ | |||
+ | |||
+ | //Result: <br/>[[File:AddPagebreak1.jpg]] | ||
+ | |||
+ | [[File:AddPagebreak2.jpg]] | ||
+ | [[Category:Using CGScript with the Tabulation Module]] |
Latest revision as of 08:50, 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"});