Table of Contents

Property WholeWordSearch

Namespace
LMKit.Document.OpenXml
Assembly
LM-Kit.NET.dll

WholeWordSearch

Gets or sets whether term matching only accepts whole words: a match is rejected when the character immediately before or after it is a letter or a digit. Default: false.

public bool WholeWordSearch { get; set; }

Property Value

bool
Share