StyledText.getLineStyleData

Returns the line style data for the given line or null if there is none. <p> If there is a LineStyleListener but it does not set any styles, the StyledTextEvent.styles field will be initialized to an empty array. </p>

@param lineOffset offset of the line start relative to the start of the content. @param line line to get line styles for @return line style data for the given line. Styles may start before line start and end after line end

class StyledText
package
getLineStyleData
(
,
String line
)

Meta