<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Label > Method >SetFixNewPage |
Sets whether to fix the new page of the group label.
Prototype :
void SetFixNewPage
(
bool FixNewPage
)
Arguments :
FixNewPage |
true for fixing the new page |
Reference :
Label data type should be the group type.
Example :
This.SetFixNewPage(true);
Available Events :
OnInitialize, OnStartBind