NumberRangeMatchKeyword Method
Matches a supported keyword. It can be overriden in derived classed to support additional keywords.
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
protected virtual bool MatchKeyword(
string keyword
)
Protected Overridable Function MatchKeyword (
keyword As String
) As Boolean
- keyword String
- The lower case keyword string to match.
Booleantrue if keyword is supported; otherwise, false.