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 value)
           Indicates if the searched string is case sensitive.
voidsetCaseSensitive(boolean value)
           Indicates if the searched string is case sensitive.
booleangetMatchEntireCellContents()
voidsetMatchEntireCellContents(boolean value)
           Indicates whether to match entire cells contents
 

Constructor Detail

ReplaceOptions

public ReplaceOptions()

Property Getters/Setters Detail

setCaseSensitive

public void setCaseSensitive(boolean value)
Indicates if the searched string is case sensitive. NOTE: This member is now obsolete. Instead, please use ReplaceOptions.CaseSensitive property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

getCaseSensitive/setCaseSensitive

public boolean getCaseSensitive() / 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

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