예제 #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);
 }