java.lang.Objectcom.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 |
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) |