Пример #1
0
 public void SetListType(NetOffice.PublisherApi.Enums.PbListType value)
 {
     Factory.ExecuteMethod(this, "SetListType", value);
 }
Пример #2
0
 public virtual void SetListType(NetOffice.PublisherApi.Enums.PbListType value)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "SetListType", value);
 }
Пример #3
0
 public void SetListType(NetOffice.PublisherApi.Enums.PbListType value, object bulletText)
 {
     Factory.ExecuteMethod(this, "SetListType", value, bulletText);
 }