Skip to content

IScriptureTextSelection

FoolRunning edited this page Jul 26, 2022 · 5 revisions

Description

A selection in the Scripture text

Properties

AfterContext

string AfterContext

The raw USFM text following the SelectedText (typically the remainder of the verse represented by VerseRefEnd).


BeforeContext

string BeforeContext

The raw USFM text preceding the SelectedText (typically the entirety of the verse represented by VerseRefStart up to Offset).


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).


SelectedText

string SelectedText

The selected text represented by this object. Can be an empty string (representing an insertion point).


VerseRefEnd

IVerseRef VerseRefEnd

The verse where the selection ends.


VerseRefStart

IVerseRef VerseRefStart

The verse where the selection starts.


This page is auto-generated. User edits will be lost when regenerated.

Clone this wiki locally