Class orion.textview.StyleRange
This object is used to style range.
See:
orion.textview.TextView
orion.textview.TextView#event:onLineStyle
Defined in: </shared/eclipse/e4/orion/I201107200200/plugins/org.eclipse.orion.client.editor/web/orion/textview/textView.js>.
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Field Attributes | Field Name and Description | 
|---|---|
| 
								
								 The end character offset (exclusive), relative to the document, where the style should be applied. 
							 | 
						|
| 
								
								 The start character offset, relative to the document, where the style should be applied. 
							 | 
						|
| 
								
								 The style for the range. 
							 | 
						
					Field Detail
				
				
					 
					
					
					{Number}
					end
					
					
					
						The end character offset (exclusive), relative to the document, where the style should be applied.
						
						
					
					
					
						
						
						
						
					
					
					{Number}
					start
					
					
					
						The start character offset, relative to the document, where the style should be applied.
						
						
					
					
					
						
						
						
						
					
					
					{orion.textview.Style}
					style
					
					
					
						The style for the range.