示例#1
0
 public NetOffice.PowerPointApi.LineFormat this[NetOffice.PowerPointApi.Enums.PpBorderType borderType]
 {
     get
     {
         return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.LineFormat>(this, "Item", typeof(NetOffice.PowerPointApi.LineFormat), borderType));
     }
 }
示例#2
0
 public NetOffice.PowerPointApi.LineFormat this[NetOffice.PowerPointApi.Enums.PpBorderType borderType]
 {
     get
     {
         return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.LineFormat>(this, "Item", NetOffice.PowerPointApi.LineFormat.LateBindingApiWrapperType, borderType));
     }
 }
示例#3
0
 public NetOffice.PowerPointApi.LineFormat this[NetOffice.PowerPointApi.Enums.PpBorderType borderType]
 {
     get
     {
         object[] paramsArray = Invoker.ValidateParamsArray(borderType);
         object   returnItem  = Invoker.MethodReturn(this, "Item", paramsArray);
         NetOffice.PowerPointApi.LineFormat newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.LineFormat.LateBindingApiWrapperType) as NetOffice.PowerPointApi.LineFormat;
         return(newObject);
     }
 }