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
Int? activeLength
Gets and sets the count of characters for the active range of the text selection buffer.
- activeOffset
Int? activeOffset
Gets and sets the offset of the active text selection buffer from the beginning of the word sequence data buffer.
- makeFromDispatch
new makeFromDispatch(Dispatch dispatch)
- makeFromProgId
new makeFromProgId()
- progId
const static Str progId := "SAPI.SpTextSelectionInformation"
- selectionLength
Int? selectionLength
Gets and sets the count of characters in the selected text within the word sequence data buffer.
- selectionOffset
Int? selectionOffset
Gets and sets the offset of the selected text within the word sequence buffer.