Returns a StyledTextEvent that can be used to request data such
as styles and background color for a line.
<p>
The specified line may be a visual (wrapped) line if in word
wrap mode. The returned object will always be for a logical
(unwrapped) line.
</p>
@param lineOffset offset of the line. This may be the offset of
a visual line if the widget is in word wrap mode.
@param line line text. This may be the text of a visual line if
the widget is in word wrap mode.
@return StyledTextEvent that can be used to request line data
for the given line.
Returns a StyledTextEvent that can be used to request data such as styles and background color for a line. <p> The specified line may be a visual (wrapped) line if in word wrap mode. The returned object will always be for a logical (unwrapped) line. </p>
@param lineOffset offset of the line. This may be the offset of a visual line if the widget is in word wrap mode. @param line line text. This may be the text of a visual line if the widget is in word wrap mode. @return StyledTextEvent that can be used to request line data for the given line.