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