예제 #1
0
        public NetOffice.WordApi.Frameset AddNewFrame(NetOffice.WordApi.Enums.WdFramesetNewFrameLocation where)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(where);
            object   returnItem  = Invoker.MethodReturn(this, "AddNewFrame", paramsArray);

            NetOffice.WordApi.Frameset newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.WordApi.Frameset.LateBindingApiWrapperType) as NetOffice.WordApi.Frameset;
            return(newObject);
        }
예제 #2
0
 public NetOffice.WordApi.Frameset AddNewFrame(NetOffice.WordApi.Enums.WdFramesetNewFrameLocation where)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.WordApi.Frameset>(this, "AddNewFrame", NetOffice.WordApi.Frameset.LateBindingApiWrapperType, where));
 }
예제 #3
0
 public virtual NetOffice.WordApi.Frameset AddNewFrame(NetOffice.WordApi.Enums.WdFramesetNewFrameLocation where)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.WordApi.Frameset>(this, "AddNewFrame", typeof(NetOffice.WordApi.Frameset), where));
 }