Ejemplo n.º 1
0
 public NetOffice.PowerPointApi.TextRange InsertDateTime(NetOffice.PowerPointApi.Enums.PpDateTimeFormat dateTimeFormat)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.TextRange>(this, "InsertDateTime", typeof(NetOffice.PowerPointApi.TextRange), dateTimeFormat));
 }
 public NetOffice.PowerPointApi.TextRange InsertDateTime(NetOffice.PowerPointApi.Enums.PpDateTimeFormat dateTimeFormat)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.TextRange>(this, "InsertDateTime", NetOffice.PowerPointApi.TextRange.LateBindingApiWrapperType, dateTimeFormat));
 }