HighlightItem
Leave feedback
On this page
Represents a highlight, a part of the text which is usually used to explain the context of the found text in the search functionality.
public sealed class HighlightItem
| Name | Description |
|---|---|
| Position { get; } | Gets the position in the document text. |
| Text { get; } | Gets the text of the highlight. |
An instance of HighlightItem class is used as return value of GetHighlight method, LeftHighlightItem and RightHighlightItem properties. See the usage examples there.
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.