public class ReplaceOptions
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
boolean | getCaseSensitive() | |
void | setCaseSensitive(booleanvalue) | |
Indicates if the searched string is case sensitive. | ||
void | setCaseSensitive(boolean value) | |
Indicates if the searched string is case sensitive.
|
||
boolean | getMatchEntireCellContents() | |
void | setMatchEntireCellContents(booleanvalue) | |
Indicates whether to match entire cells contents | ||
boolean | getRegexKey() | |
void | setRegexKey(booleanvalue) | |
Indicates whether the searched key is regex. If true then the searched key will be taken as regex. |
public void setCaseSensitive(boolean value)
public boolean getCaseSensitive() / public void setCaseSensitive(boolean value)
public boolean getMatchEntireCellContents() / public void setMatchEntireCellContents(boolean value)
public boolean getRegexKey() / public void setRegexKey(boolean value)