Aspose::Cells::ReplaceOptions class
Contents
[
Hide
]ReplaceOptions class
Represent the replace options.
class ReplaceOptions
Methods
Method | Description |
---|---|
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. |
GetStyleFlags() | Gets and sets flags of applying font settings. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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. |
SetStyleFlags(const Vector <StyleFlag>& value) | Gets and sets flags of applying font settings. |
~ReplaceOptions() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++