Aspose::Cells::ReplaceOptions class

ReplaceOptions class

Represent the replace options.

class ReplaceOptions

Methods

MethodDescription
GetCaseSensitive()Indicates if the searched string is case sensitive.
GetFontSettings()The rich formatted settings for the replaced text.
GetMatchEntireCellContents()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.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ReplaceOptions& src)operator=
ReplaceOptions()Default constructor.
ReplaceOptions(ReplaceOptions_Impl* impl)Constructs from an implementation object.
ReplaceOptions(const ReplaceOptions& src)Copy constructor.
SetCaseSensitive(bool value)Indicates if the searched string is case sensitive.
SetFontSettings(const Vector <FontSetting>& value)The rich formatted settings for the replaced text.
SetMatchEntireCellContents(bool value)Indicates whether to match entire cells contents.
SetRegexKey(bool value)Indicates whether the searched key is regex. If true then the searched key will be taken as regex.
~ReplaceOptions()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also