ReplaceOptions
Inheritance: java.lang.Object
public class ReplaceOptions
Represent the replace options.
Constructors
Constructor | Description |
---|---|
ReplaceOptions() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getCaseSensitive() | Indicates if the searched string is case sensitive. |
getClass() | |
getFontSettings() | The rich formatted settings for the replaced text. |
getMatchEntireCellContents() | Indicates whether to match entire cells contents |
getRegexKey() | Indicates whether the searched key is regex. |
hashCode() | |
notify() | |
notifyAll() | |
setCaseSensitive(boolean value) | Indicates if the searched string is case sensitive. |
setFontSettings(FontSetting[] value) | The rich formatted settings for the replaced text. |
setMatchEntireCellContents(boolean value) | Indicates whether to match entire cells contents |
setRegexKey(boolean value) | Indicates whether the searched key is regex. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ReplaceOptions()
public ReplaceOptions()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getCaseSensitive()
public boolean getCaseSensitive()
Indicates if the searched string is case sensitive.
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFontSettings()
public FontSetting[] getFontSettings()
The rich formatted settings for the replaced text.
Returns: com.aspose.cells.FontSetting[]
getMatchEntireCellContents()
public boolean getMatchEntireCellContents()
Indicates whether to match entire cells contents
Returns: boolean
getRegexKey()
public boolean getRegexKey()
Indicates whether the searched key is regex. If true then the searched key will be taken as regex.
Returns: boolean
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setCaseSensitive(boolean value)
public void setCaseSensitive(boolean value)
Indicates if the searched string is case sensitive.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setFontSettings(FontSetting[] value)
public void setFontSettings(FontSetting[] value)
The rich formatted settings for the replaced text.
Parameters:
Parameter | Type | Description |
---|---|---|
value | FontSetting[] |
setMatchEntireCellContents(boolean value)
public void setMatchEntireCellContents(boolean value)
Indicates whether to match entire cells contents
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setRegexKey(boolean value)
public void setRegexKey(boolean value)
Indicates whether the searched key is regex. If true then the searched key will be taken as regex.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |