Keyoti RapidSpell Desktop .NET API Docs
isBetweenWordChars Method (position, previousIsIfThisIs, nextIsIfThisIs)
APIKeyoti.RapidSpell.FrameWorkSpecificSimpleTextBoundaryisBetweenWordChars(Int32, Boolean, Boolean)
Keyoti RapidSpell Desktop .NET
Whether the character at position is between nonbreaking white space or letters or digits.
Declaration Syntax
C#Visual BasicVisual C++F#
protected virtual bool isBetweenWordChars(
	int position,
	bool previousIsIfThisIs,
	bool nextIsIfThisIs
)
Protected Overridable Function isBetweenWordChars ( 
	position As Integer,
	previousIsIfThisIs As Boolean,
	nextIsIfThisIs As Boolean
) As Boolean
protected:
virtual bool isBetweenWordChars(
	int position, 
	bool previousIsIfThisIs, 
	bool nextIsIfThisIs
)
abstract isBetweenWordChars : 
        position : int * 
        previousIsIfThisIs : bool * 
        nextIsIfThisIs : bool -> bool 
override isBetweenWordChars : 
        position : int * 
        previousIsIfThisIs : bool * 
        nextIsIfThisIs : bool -> bool 
Parameters
position (Int32)
previousIsIfThisIs (Boolean)
nextIsIfThisIs (Boolean)
Return Value

Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204