Пример #1
0
 public HtmlInjection(string injectHead, string injectTail, HeaderFooterFormat injectionFormat, bool filterHtml, HtmlTagCallback callback, bool testBoundaryConditions, Stream traceStream, IProgressMonitor progressMonitor)
 {
     this.injectHead             = injectHead;
     this.injectTail             = injectTail;
     this.injectionFormat        = injectionFormat;
     this.filterHtml             = filterHtml;
     this.callback               = callback;
     this.testBoundaryConditions = testBoundaryConditions;
     this.progressMonitor        = progressMonitor;
 }
Пример #2
0
 public HtmlInjection(
     string injectHead,
     string injectTail,
     HeaderFooterFormat injectionFormat,
     bool filterHtml,
     HtmlTagCallback callback,
     bool testBoundaryConditions,
     IProgressMonitor progressMonitor)
 {
     InternalDebug.Assert(progressMonitor != null);
     this.injectHead             = injectHead;
     this.injectTail             = injectTail;
     this.injectionFormat        = injectionFormat;
     this.filterHtml             = filterHtml;
     this.callback               = callback;
     this.testBoundaryConditions = testBoundaryConditions;
     this.progressMonitor        = progressMonitor;
 }
Пример #3
0
 internal EnrichedToText SetHeaderFooterFormat(HeaderFooterFormat value)
 {
     this.HeaderFooterFormat = value;
     return(this);
 }
Пример #4
0
 // Token: 0x06000ED8 RID: 3800 RVA: 0x000737C7 File Offset: 0x000719C7
 internal RtfToHtml SetHeaderFooterFormat(HeaderFooterFormat value)
 {
     this.HeaderFooterFormat = value;
     return(this);
 }
Пример #5
0
 // Token: 0x06000F93 RID: 3987 RVA: 0x00074F82 File Offset: 0x00073182
 internal HtmlToEnriched SetHeaderFooterFormat(HeaderFooterFormat value)
 {
     this.HeaderFooterFormat = value;
     return(this);
 }
Пример #6
0
 internal HtmlToHtmlSafe SetHeaderFooterFormat(HeaderFooterFormat value)
 {
     this.HeaderFooterFormat = value;
     base.AssertNotLocked();
     return(this);
 }
Пример #7
0
 internal HtmlToText SetHeaderFooterFormat(HeaderFooterFormat value)
 {
     this.HeaderFooterFormat = value;
     return(this);
 }
Пример #8
0
 internal TextToRtf SetHeaderFooterFormat(HeaderFooterFormat value)
 {
     this.HeaderFooterFormat = value;
     return(this);
 }
Пример #9
0
 internal HtmlToHtml SetHeaderFooterFormat(HeaderFooterFormat value)
 {
     HeaderFooterFormat = value;
     return(this);
 }