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? activeLengthGets and sets the count of characters for the active range of the text selection buffer.
- activeOffset
Int? activeOffsetGets 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? selectionLengthGets and sets the count of characters in the selected text within the word sequence data buffer.
- selectionOffset
Int? selectionOffsetGets and sets the offset of the selected text within the word sequence buffer.