<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > TableValue > Method >SetFixNewPage |
Sets whether to fix the new page.
Prototype :
void SetFixNewPage
(
bool FixNewPage
)
Arguments :
FixNewPage |
true for fixing the new page |
Reference :
This function is valid only when the Auto Split property in the table value label is set to false.
Example :
This.SetFixNewPage(true);
Available Events :
OnInitialize, OnStartBind