Пример #1
0
 public NetOffice.PublisherApi.Shape AddGroupWizard(NetOffice.PublisherApi.Enums.PbWizardGroup wizard, object left, object top, object width, object height)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PublisherApi.Shape>(this, "AddGroupWizard", NetOffice.PublisherApi.Shape.LateBindingApiWrapperType, new object[] { wizard, left, top, width, height }));
 }
Пример #2
0
 public virtual NetOffice.PublisherApi.Shape AddGroupWizard(NetOffice.PublisherApi.Enums.PbWizardGroup wizard, object left, object top, object width, object height)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PublisherApi.Shape>(this, "AddGroupWizard", typeof(NetOffice.PublisherApi.Shape), new object[] { wizard, left, top, width, height }));
 }