示例#1
0
 public void Add(object position, NetOffice.PublisherApi.Enums.PbRulerGuideType type)
 {
     Factory.ExecuteMethod(this, "Add", position, type);
 }
示例#2
0
 public virtual void Add(object position, NetOffice.PublisherApi.Enums.PbRulerGuideType type)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "Add", position, type);
 }