-
Notifications
You must be signed in to change notification settings - Fork 6
IScriptureTextSelection
FoolRunning edited this page Jul 26, 2022
·
5 revisions
A selection in the Scripture text
string AfterContext
The raw USFM text following the SelectedText (typically the remainder of the verse represented by VerseRefEnd).
string BeforeContext
The raw USFM text preceding the SelectedText (typically the entirety of the verse represented by VerseRefStart up to Offset).
int Offset
The character offset (in the raw USFM data) starting from the point before the \v (i.e., the slash is the 0th character).
string SelectedText
The selected text represented by this object. Can be an empty string (representing an insertion point).
IVerseRef VerseRefEnd
The verse where the selection ends.
IVerseRef VerseRefStart
The verse where the selection starts.
This page is auto-generated. User edits will be lost when regenerated.