Specifies how to handle lines in the text that are too long to be displayed in a single line of the text's window. The value must be 
none or 
char or 
word. A wrap mode of 
none means that each line of text appears as exactly one line on the screen; extra characters that do not fit on the screen are not displayed. In the other modes each line of text will be broken up into several screen lines if necessary to keep all the characters visible. In 
char mode a screen line break may occur after any character; in 
word mode a line break will only be made at word boundaries.
			
		
 
	
Partager