public virtual void AfterPrint(NetOffice.PublisherApi._Document doc) { InvokerService.InvokeInternal.ExecuteMethod(this, "AfterPrint", doc); }
public virtual void MailMergeWizardFollowUpCustom(NetOffice.PublisherApi._Document doc) { InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeWizardFollowUpCustom", doc); }
public virtual void BeforePrint(NetOffice.PublisherApi._Document doc, bool cancel) { InvokerService.InvokeInternal.ExecuteMethod(this, "BeforePrint", doc, cancel); }
public virtual void MailMergeRecipientListClose(NetOffice.PublisherApi._Document doc) { InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeRecipientListClose", doc); }
public virtual void MailMergeGenerateBarcode(NetOffice.PublisherApi._Document doc, string bstrString) { InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeGenerateBarcode", doc, bstrString); }
public virtual void MailMergeDataSourceValidate(NetOffice.PublisherApi._Document doc, bool handled) { InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeDataSourceValidate", doc, handled); }
public virtual void MailMergeInsertBarcode(NetOffice.PublisherApi._Document doc, bool okToInsert) { InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeInsertBarcode", doc, okToInsert); }
public virtual void MailMergeWizardStateChange(NetOffice.PublisherApi._Document doc, Int32 fromState) { InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeWizardStateChange", doc, fromState); }
public virtual void MailMergeDataSourceLoad(NetOffice.PublisherApi._Document doc) { InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeDataSourceLoad", doc); }
public virtual void MailMergeBeforeRecordMerge(NetOffice.PublisherApi._Document doc, bool cancel) { InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeBeforeRecordMerge", doc, cancel); }
public virtual void MailMergeAfterRecordMerge(NetOffice.PublisherApi._Document doc) { InvokerService.InvokeInternal.ExecuteMethod(this, "MailMergeAfterRecordMerge", doc); }
public virtual void DocumentOpen(NetOffice.PublisherApi._Document doc) { InvokerService.InvokeInternal.ExecuteMethod(this, "DocumentOpen", doc); }