Tabulation addPagebreak

From Catglobe Wiki
Revision as of 09:50, 5 June 2017 by Tungocman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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:
AddPagebreak1.jpg

AddPagebreak2.jpg