Пример #1
0
 public NetOffice.PowerPointApi.TextStyle this[NetOffice.PowerPointApi.Enums.PpTextStyleType type]
 {
     get
     {
         return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.TextStyle>(this, "Item", NetOffice.PowerPointApi.TextStyle.LateBindingApiWrapperType, type));
     }
 }
Пример #2
0
 public NetOffice.PowerPointApi.TextStyle this[NetOffice.PowerPointApi.Enums.PpTextStyleType type]
 {
     get
     {
         return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.TextStyle>(this, "Item", typeof(NetOffice.PowerPointApi.TextStyle), type));
     }
 }
Пример #3
0
 public NetOffice.PowerPointApi.TextStyle this[NetOffice.PowerPointApi.Enums.PpTextStyleType type]
 {
     get
     {
         object[] paramsArray = Invoker.ValidateParamsArray(type);
         object   returnItem  = Invoker.MethodReturn(this, "Item", paramsArray);
         NetOffice.PowerPointApi.TextStyle newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.TextStyle.LateBindingApiWrapperType) as NetOffice.PowerPointApi.TextStyle;
         return(newObject);
     }
 }