Ejemplo n.º 1
0
        public Int32 compareEndPoints(string how, NetOffice.MSHTMLApi.IHTMLTxtRange sourceRange)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(how, sourceRange);
            object   returnItem  = Invoker.MethodReturn(this, "compareEndPoints", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Ejemplo n.º 2
0
        public bool isEqual(NetOffice.MSHTMLApi.IHTMLTxtRange range)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(range);
            object   returnItem  = Invoker.MethodReturn(this, "isEqual", paramsArray);

            return(NetRuntimeSystem.Convert.ToBoolean(returnItem));
        }
Ejemplo n.º 3
0
		public NetOffice.MSHTMLApi.IHTMLTxtRange createTextRange()
		{
			object[] paramsArray = null;
			object returnItem = Invoker.MethodReturn(this, "createTextRange", paramsArray);
			NetOffice.MSHTMLApi.IHTMLTxtRange newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem,NetOffice.MSHTMLApi.IHTMLTxtRange.LateBindingApiWrapperType) as NetOffice.MSHTMLApi.IHTMLTxtRange;
			return newObject;
		}
Ejemplo n.º 4
0
        public Int32 MovePointersToRange(NetOffice.MSHTMLApi.IHTMLTxtRange pIRange, NetOffice.MSHTMLApi.IMarkupPointer pPointerStart, NetOffice.MSHTMLApi.IMarkupPointer pPointerFinish)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pIRange, pPointerStart, pPointerFinish);
            object   returnItem  = Invoker.MethodReturn(this, "MovePointersToRange", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Ejemplo n.º 5
0
 public void setEndPoint(string how, NetOffice.MSHTMLApi.IHTMLTxtRange sourceRange)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(how, sourceRange);
     Invoker.Method(this, "setEndPoint", paramsArray);
 }
Ejemplo n.º 6
0
 public Int32 compareEndPoints(string how, NetOffice.MSHTMLApi.IHTMLTxtRange sourceRange)
 {
     return(Factory.ExecuteInt32MethodGet(this, "compareEndPoints", how, sourceRange));
 }
Ejemplo n.º 7
0
 public void setEndPoint(string how, NetOffice.MSHTMLApi.IHTMLTxtRange sourceRange)
 {
     Factory.ExecuteMethod(this, "setEndPoint", how, sourceRange);
 }
Ejemplo n.º 8
0
 public bool isEqual(NetOffice.MSHTMLApi.IHTMLTxtRange range)
 {
     return(Factory.ExecuteBoolMethodGet(this, "isEqual", range));
 }
Ejemplo n.º 9
0
 public Int32 MoveRangeToPointers(NetOffice.MSHTMLApi.IMarkupPointer pPointerStart, NetOffice.MSHTMLApi.IMarkupPointer pPointerFinish, NetOffice.MSHTMLApi.IHTMLTxtRange pIRange)
 {
     return(Factory.ExecuteInt32MethodGet(this, "MoveRangeToPointers", pPointerStart, pPointerFinish, pIRange));
 }
Ejemplo n.º 10
0
 public Int32 MovePointersToRange(NetOffice.MSHTMLApi.IHTMLTxtRange pIRange, NetOffice.MSHTMLApi.IMarkupPointer pPointerStart, NetOffice.MSHTMLApi.IMarkupPointer pPointerFinish)
 {
     return(Factory.ExecuteInt32MethodGet(this, "MovePointersToRange", pIRange, pPointerStart, pPointerFinish));
 }