Difference between revisions of "Tabulation addPagebreak"
Line 24: | Line 24: | ||
− | [[File:AddPagebreak1.jpg]] | + | //Result: <br/>[[File:AddPagebreak1.jpg]] |
[[File:AddPagebreak2.jpg]] | [[File:AddPagebreak2.jpg]] |
Revision as of 10:25, 2 December 2016
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"});