SearchOptions Class |
Namespace: GroupDocs.Parser.Options
The SearchOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | SearchOptions |
Initializes a new instance of the SearchOptions class with default values. See remarks for details.
|
![]() | SearchOptions(Boolean, Boolean, Boolean) |
Initializes a new instance of the SearchOptions class which is used to search
without highlight extraction.
|
![]() | SearchOptions(Boolean, Boolean, Boolean, HighlightOptions) |
Initializes a new instance of the SearchOptions class which is used to search
with the same highlight options for the left and the right highlight extraction.
|
![]() | SearchOptions(Boolean, Boolean, Boolean, Boolean) |
Initializes a new instance of the SearchOptions class which is used to search by pages and
without highlight extraction.
|
![]() | SearchOptions(Boolean, Boolean, Boolean, HighlightOptions, HighlightOptions) |
Initializes a new instance of the SearchOptions class which is used to search
with the highlight options for the left and the right highlight extraction.
|
![]() | SearchOptions(Boolean, Boolean, Boolean, Boolean, HighlightOptions, HighlightOptions) |
Initializes a new instance of the SearchOptions class.
|
Name | Description | |
---|---|---|
![]() | LeftHighlightOptions |
Gets the options for the left highlight.
|
![]() | MatchCase |
Gets the value that indicates whether a text case isn't ignored.
|
![]() | MatchWholeWord |
Gets the value that indicates whether text search is limited by a whole word.
|
![]() | RightHighlightOptions |
Gets the options for the right highlight.
|
![]() | SearchByPages |
Gets the value that indicates whether the search is performed by pages.
|
![]() | UseRegularExpression |
Gets the value that indicates whether a regular expression is used.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |