com.aspose.cells

Class ReplaceOptions

  • java.lang.Object
    • com.aspose.cells.ReplaceOptions
public class ReplaceOptions 
extends java.lang.Object

Represent the replace options.

Constructor Summary
 
Property Getters/Setters Summary
booleangetCaseSensitive()
void
setCaseSensitive(booleanvalue)
           Indicates if the searched string is case sensitive.
voidsetCaseSensitive(boolean value)
Indicates if the searched string is case sensitive.
booleangetMatchEntireCellContents()
void
           Indicates whether to match entire cells contents
booleangetRegexKey()
void
setRegexKey(booleanvalue)
           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

      • 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
      • 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.

    setCaseSensitive

    public voidsetCaseSensitive(booleanvalue)
    
    Indicates if the searched string is case sensitive.

    setMatchEntireCellContents

    public voidsetMatchEntireCellContents(booleanvalue)
    
    Indicates whether to match entire cells contents

    setRegexKey

    public voidsetRegexKey(booleanvalue)
    
    Indicates whether the searched key is regex. If true then the searched key will be taken as regex.