关于setEndPointmsdn给出的参考_基础知识
时间:2021-07-01 10:21:17
帮助过:38人阅读
关于setEndPoint msdn给出的参考是:
TextRange.setEndPoint(sType, oTextRange)
oTextRange 是另一个TextRange对象
sType是字符串类型 有4种选择
StartToEnd
StartToStart
EndToStart
EndToEnd
"A text range has two endpoints: one at the beginning of the text range and one at the end."
text range 有2个endpoint 一个在开头 一个在结尾