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