public class ReplaceOptions
extends java.lang.Object
| Constructor and Description |
|---|
ReplaceOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCaseSensitive()
Indicates if the searched string is case sensitive.
|
FontSetting[] |
getFontSettings()
The rich formatted settings for the replaced text.
|
boolean |
getMatchEntireCellContents()
Indicates whether to match entire cells contents
|
boolean |
getRegexKey()
Indicates whether the searched key is regex.
|
StyleFlag[] |
getStyleFlags()
Gets flags of applying font settings.
|
void |
setCaseSensitive(boolean value)
Indicates if the searched string is case sensitive.
|
void |
setFontSettings(FontSetting[] value)
The rich formatted settings for the replaced text.
|
void |
setMatchEntireCellContents(boolean value)
Indicates whether to match entire cells contents
|
void |
setRegexKey(boolean value)
Indicates whether the searched key is regex.
|
void |
setStyleFlags(StyleFlag[] value)
Sets flags of applying font settings.
|
public boolean getCaseSensitive()
public void setCaseSensitive(boolean value)
public boolean getMatchEntireCellContents()
Remarks
The default value is true.public void setMatchEntireCellContents(boolean value)
Remarks
The default value is true.public boolean getRegexKey()
public void setRegexKey(boolean value)
public FontSetting[] getFontSettings()
public void setFontSettings(FontSetting[] value)
public StyleFlag[] getStyleFlags()
public void setStyleFlags(StyleFlag[] value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.