DefaultContent.isValidReplace

Determine whether or not the replace operation is valid. DefaultContent will not allow the /r/n line delimiter to be split or partially deleted. <p>

@param start start offset of text to replace @param replaceLength start offset of text to replace @param newText start offset of text to replace @return a bool specifying whether or not the replace operation is valid

class DefaultContent
protected
bool
isValidReplace
(
int start
,,
String newText
)

Meta