コード例 #1
0
 public virtual NetOffice.WordApi.HeaderFooter this[NetOffice.WordApi.Enums.WdHeaderFooterIndex index]
 {
     get
     {
         return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.WordApi.HeaderFooter>(this, "Item", typeof(NetOffice.WordApi.HeaderFooter), index));
     }
 }
コード例 #2
0
 public NetOffice.WordApi.HeaderFooter this[NetOffice.WordApi.Enums.WdHeaderFooterIndex index]
 {
     get
     {
         return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.WordApi.HeaderFooter>(this, "Item", NetOffice.WordApi.HeaderFooter.LateBindingApiWrapperType, index));
     }
 }
コード例 #3
0
 public NetOffice.WordApi.HeaderFooter this[NetOffice.WordApi.Enums.WdHeaderFooterIndex index]
 {
     get
     {
         object[] paramsArray = Invoker.ValidateParamsArray(index);
         object   returnItem  = Invoker.MethodReturn(this, "Item", paramsArray);
         NetOffice.WordApi.HeaderFooter newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.WordApi.HeaderFooter.LateBindingApiWrapperType) as NetOffice.WordApi.HeaderFooter;
         return(newObject);
     }
 }