示例#1
0
		public virtual Int32 MoveRangeToPointers(NetOffice.MSHTMLApi.IMarkupPointer pPointerStart, NetOffice.MSHTMLApi.IMarkupPointer pPointerFinish, NetOffice.MSHTMLApi.IHTMLTxtRange pIRange)
		{
			return InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "MoveRangeToPointers", pPointerStart, pPointerFinish, pIRange);
		}
示例#2
0
 public virtual void setEndPoint(string how, NetOffice.MSHTMLApi.IHTMLTxtRange sourceRange)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "setEndPoint", how, sourceRange);
 }
示例#3
0
 public virtual Int32 compareEndPoints(string how, NetOffice.MSHTMLApi.IHTMLTxtRange sourceRange)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "compareEndPoints", how, sourceRange));
 }
示例#4
0
 public virtual bool isEqual(NetOffice.MSHTMLApi.IHTMLTxtRange range)
 {
     return(InvokerService.InvokeInternal.ExecuteBoolMethodGet(this, "isEqual", range));
 }