aspose.cells

Class ReplaceOptions

Represent the replace options.

Constructor Summary
 
Property Getters/Setters Summary
functiongetCaseSensitive()
function
           Indicates if the searched string is case sensitive.
functiongetFontSettings()
function
           The rich formatted settings for the replaced text.
functiongetMatchEntireCellContents()
function
           Indicates whether to match entire cells contents
functiongetRegexKey()
function
           Indicates whether the searched key is regex. If true then the searched key will be taken as regex.
 

    • Constructor Detail

      • ReplaceOptions

        function ReplaceOptions()
    • Property Getters/Setters Detail

      • getCaseSensitive/setCaseSensitive : boolean 

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

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

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

        function getFontSettings() / function setFontSettings(value)
        
        The rich formatted settings for the replaced text.