ReplaceOptions Class
Contents
[
Hide
]ReplaceOptions class
Represent the replace options.
type ReplaceOptions struct  {
	ptr unsafe.Pointer
}
Constructors
| Method | Description | 
|---|---|
| NewReplaceOptions | Default constructor. | 
Methods
| Method | Description | 
|---|---|
| IsNull | Checks whether the implementation object is nullptr. | 
| GetCaseSensitive | Indicates if the searched string is case sensitive. | 
| SetCaseSensitive | Indicates if the searched string is case sensitive. | 
| GetMatchEntireCellContents | Indicates whether to match entire cells contents | 
| SetMatchEntireCellContents | Indicates whether to match entire cells contents | 
| GetRegexKey | Indicates whether the searched key is regex. If true then the searched key will be taken as regex. | 
| SetRegexKey | Indicates whether the searched key is regex. If true then the searched key will be taken as regex. | 
| GetFontSettings | The rich formatted settings for the replaced text. | 
| SetFontSettings | The rich formatted settings for the replaced text. | 
| GetStyleFlags | Gets and sets flags of applying font settings. | 
| SetStyleFlags | Gets and sets flags of applying font settings. |