classafFancomSapi::SpTextSelectionInformation

sys::Obj
  afFancomSapi::SpTextSelectionInformation

Provides access to the text selection information pertaining to a word sequence buffer.

http://msdn.microsoft.com/en-us/library/ee125609%28v=vs.85%29.aspx

@clsid {0F92030A-CBFD-4AB8-A164-FF5985547FF6}

activeLength

Source

Int? activeLength

Gets and sets the count of characters for the active range of the text selection buffer.

activeOffset

Source

Int? activeOffset

Gets and sets the offset of the active text selection buffer from the beginning of the word sequence data buffer.

makeFromDispatch

Source

new makeFromDispatch(Dispatch dispatch)

makeFromProgId

Source

new makeFromProgId()

progId

Source

const static Str progId := "SAPI.SpTextSelectionInformation"

selectionLength

Source

Int? selectionLength

Gets and sets the count of characters in the selected text within the word sequence data buffer.

selectionOffset

Source

Int? selectionOffset

Gets and sets the offset of the selected text within the word sequence buffer.