Keyoti RapidSpell Desktop .NET API Docs
GenerateSentenceParts Method (preEnd, postStart)
APIKeyoti.RapidSpellRapidSpellGUIPresenterGenerateSentenceParts(Int32, Int32)
Keyoti RapidSpell Desktop .NET
Finds the sentence up to a point and the sentence after a point
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
protected virtual string[] GenerateSentenceParts(
	int preEnd,
	int postStart
)
protected virtual string[] GenerateSentenceParts(
	int preEnd,
	int postStart
)
Protected Overridable Function GenerateSentenceParts ( 
	preEnd As Integer,
	postStart As Integer
) As String()
Protected Overridable Function GenerateSentenceParts ( 
	preEnd As Integer,
	postStart As Integer
) As String()
protected:
virtual array<String^>^ GenerateSentenceParts(
	int preEnd, 
	int postStart
)
protected:
virtual array<String^>^ GenerateSentenceParts(
	int preEnd, 
	int postStart
)
abstract GenerateSentenceParts : 
        preEnd : int * 
        postStart : int -> string[] 
override GenerateSentenceParts : 
        preEnd : int * 
        postStart : int -> string[] 
abstract GenerateSentenceParts : 
        preEnd : int * 
        postStart : int -> string[] 
override GenerateSentenceParts : 
        preEnd : int * 
        postStart : int -> string[] 
Parameters
preEnd (Int32)
The point at which the first part of the sentence ends
postStart (Int32)
The point at which the second part of the sentence starts
Return Value
array<String>[]()[][]
A 2 element string array holding the sentence up to preEnd in the first element and the sentence after postStart in the second element. The intention is that preEnd is the beginning of a misspelled word and postStart is the end of a misspelled word. The sentence parts are then used as context in the query dialog box.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412