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#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
protected virtual bool isBetweenWordChars(
	int position,
	bool previousIsIfThisIs,
	bool nextIsIfThisIs
)
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 Overridable Function isBetweenWordChars ( 
	position As Integer,
	previousIsIfThisIs As Boolean,
	nextIsIfThisIs As Boolean
) As Boolean
protected:
virtual bool isBetweenWordChars(
	int position, 
	bool previousIsIfThisIs, 
	bool nextIsIfThisIs
)
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 
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.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412