Tabulation addPagebreak
Revision as of 10:18, 2 December 2016 by Tranvuthaibinh (talk | contribs) (Created page with "Category:Using_CGScript_with_the_Tabulation_Module {{HelpFiles}} ===Tabulation_addPagebreak=== Insert a page break ===Syntax=== Tabulation_addPagebreak(); ===Re...")
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"});