TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartTitle > Method >

 

SetWordWrap

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartTitle > Method >

 

SetWordWrap

 

 

Sets whether to enable word wrap.

 

 

 

Prototype :

 

void SetWordWrap

(

        bool WordWrap

)

 

 

 

Arguments :

 

WordWrap

true to enable word wrap.

 

 

 

Example :

 

This.SetWordWrap(true);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind