StyledTextContent.getLineDelimiter

Return the line delimiter that should be used by the StyledText widget when inserting new lines. New lines entered using key strokes and paste operations use this line delimiter. Implementors may use System.getProperty("line.separator") to return the platform line delimiter. <p>

@return the line delimiter that should be used by the StyledText widget when inserting new lines.

interface StyledTextContent
String
getLineDelimiter
(
)

Meta