asposecells.api

Class ReplaceOptions

Represent the replace options.

Constructor Summary
 
Property Getters/Setters Summary
methodgetCaseSensitive()
method
           Indicates if the searched string is case sensitive.
methodgetFontSettings()
method
           The rich formatted settings for the replaced text.
methodgetMatchEntireCellContents()
method
           Indicates whether to match entire cells contents
methodgetRegexKey()
method
           Indicates whether the searched key is regex. If true then the searched key will be taken as regex.
 

    • Constructor Detail

      • ReplaceOptions

        ReplaceOptions()
    • Property Getters/Setters Detail

      • getCaseSensitive/setCaseSensitive : boolean 

        boolean getCaseSensitive() / setCaseSensitive(value)
        
        Indicates if the searched string is case sensitive.
      • getMatchEntireCellContents/setMatchEntireCellContents : boolean 

        boolean getMatchEntireCellContents() / setMatchEntireCellContents(value)
        
        Indicates whether to match entire cells contents
      • getRegexKey/setRegexKey : boolean 

        boolean getRegexKey() / setRegexKey(value)
        
        Indicates whether the searched key is regex. If true then the searched key will be taken as regex.
      • getFontSettings/setFontSettings : FontSetting[] 

        FontSetting[] getFontSettings() / setFontSettings(value)
        
        The rich formatted settings for the replaced text.