HighlightOptions Class |
Namespace: GroupDocs.Parser.Options
The HighlightOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | HighlightOptions(Int32) |
Initializes a new instance of the HighlightOptions class which is used to extract a fixed-length highlight.
|
![]() | HighlightOptions(NullableInt32, Boolean) |
Initializes a new instance of the HighlightOptions class which is used to extract a line-limited highlight.
|
![]() | HighlightOptions(NullableInt32, Int32) |
Initializes a new instance of the HighlightOptions class which is used to extract a highlight with the fixed word count.
|
![]() | HighlightOptions(NullableInt32, NullableInt32, Boolean) |
Initializes a new instance of the HighlightOptions class.
|
Name | Description | |
---|---|---|
![]() | IsLineLimited |
Gets value that indicates whether highlight extraction is limited by the start (or the end) of a text line.
|
![]() | MaxLength |
Gets a maximum text length.
|
![]() | WordCount |
Gets a maximum word count.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |