Set the search direction. Can be one of the SearchDirection enum.
getMatchCase
public finalbooleangetMatchCase()
Get the search case sensitive. The default value is False .
setMatchCase
public finalvoidsetMatchCase(boolean value)
Set the search case sensitive. The default value is False .
getMatchByte
public finalbooleangetMatchByte()
Get MatchByte way. True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents.
setMatchByte
public finalvoidsetMatchByte(boolean value)
Set MatchByte way. True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents.