com.aspose.cells
Class ReplaceOptions

java.lang.Object
    extended by com.aspose.cells.ReplaceOptions

public class ReplaceOptions 
extends java.lang.Object

Represent the replace options.


Constructor Summary
ReplaceOptions()
          
 
Property Getters/Setters Summary
booleangetCaseSensitive()
voidsetCaseSensitive(boolean)
           Indicates if the searched string is case sensitive.
booleangetMatchEntireCellContents()
voidsetMatchEntireCellContents(boolean)
           Indicates whether to match entire cells contents
booleangetRegexKey()
voidsetRegexKey(boolean)
           Indicates whether the searched key is regex. If true then the searched key will be taken as regex.
 

Constructor Detail

ReplaceOptions

public ReplaceOptions()

Property Getters/Setters Detail

getCaseSensitive/setCaseSensitive

public boolean getCaseSensitive() / public void setCaseSensitive(boolean value)
Indicates if the searched string is case sensitive.

setCaseSensitive

public void setCaseSensitive(boolean value)
Indicates if the searched string is case sensitive.

getMatchEntireCellContents/setMatchEntireCellContents

public boolean getMatchEntireCellContents() / public void setMatchEntireCellContents(boolean value)
Indicates whether to match entire cells contents

setMatchEntireCellContents

public void setMatchEntireCellContents(boolean value)
Indicates whether to match entire cells contents

getRegexKey/setRegexKey

public boolean getRegexKey() / public void setRegexKey(boolean value)
Indicates whether the searched key is regex. If true then the searched key will be taken as regex.

setRegexKey

public void setRegexKey(boolean value)
Indicates whether the searched key is regex. If true then the searched key will be taken as regex.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.