Exemplo n.º 1
0
 public virtual void AfterPrint(NetOffice.PublisherApi._Document doc)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "AfterPrint", doc);
 }
Exemplo n.º 2
0
 public virtual void MailMergeWizardFollowUpCustom(NetOffice.PublisherApi._Document doc)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeWizardFollowUpCustom", doc);
 }
Exemplo n.º 3
0
 public virtual void BeforePrint(NetOffice.PublisherApi._Document doc, bool cancel)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "BeforePrint", doc, cancel);
 }
Exemplo n.º 4
0
 public virtual void MailMergeRecipientListClose(NetOffice.PublisherApi._Document doc)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeRecipientListClose", doc);
 }
Exemplo n.º 5
0
 public virtual void MailMergeGenerateBarcode(NetOffice.PublisherApi._Document doc, string bstrString)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeGenerateBarcode", doc, bstrString);
 }
Exemplo n.º 6
0
 public virtual void MailMergeDataSourceValidate(NetOffice.PublisherApi._Document doc, bool handled)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeDataSourceValidate", doc, handled);
 }
Exemplo n.º 7
0
 public virtual void MailMergeInsertBarcode(NetOffice.PublisherApi._Document doc, bool okToInsert)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeInsertBarcode", doc, okToInsert);
 }
Exemplo n.º 8
0
 public virtual void MailMergeWizardStateChange(NetOffice.PublisherApi._Document doc, Int32 fromState)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeWizardStateChange", doc, fromState);
 }
Exemplo n.º 9
0
 public virtual void MailMergeDataSourceLoad(NetOffice.PublisherApi._Document doc)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeDataSourceLoad", doc);
 }
Exemplo n.º 10
0
 public virtual void MailMergeBeforeRecordMerge(NetOffice.PublisherApi._Document doc, bool cancel)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeBeforeRecordMerge", doc, cancel);
 }
Exemplo n.º 11
0
 public virtual void MailMergeAfterRecordMerge(NetOffice.PublisherApi._Document doc)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeAfterRecordMerge", doc);
 }
Exemplo n.º 12
0
 public virtual void DocumentOpen(NetOffice.PublisherApi._Document doc)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "DocumentOpen", doc);
 }