ReplaceOptions

Inheritance: java.lang.Object

public class ReplaceOptions

Represent the replace options.

Constructors

ConstructorDescription
ReplaceOptions()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueboolean

setFontSettings(FontSetting[] value)

public void setFontSettings(FontSetting[] value)

The rich formatted settings for the replaced text.

Parameters:

ParameterTypeDescription
valueFontSetting[]

setMatchEntireCellContents(boolean value)

public void setMatchEntireCellContents(boolean value)

Indicates whether to match entire cells contents

Parameters:

ParameterTypeDescription
valueboolean

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:

ParameterTypeDescription
valueboolean

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int