Пример #1
0
 internal HtmlDocumentStyle(MainDocumentPart mainPart)
 {
     PrepareStyles(mainPart);
     tableStyle           = new TableStyleCollection(this);
     runStyle             = new RunStyleCollection(this);
     paraStyle            = new ParagraphStyleCollection(this);
     this.QuoteCharacters = QuoteChars.IE;
     this.mainPart        = mainPart;
 }
Пример #2
0
 internal HtmlDocumentStyle(MainDocumentPart mainPart)
 {
     PrepareStyles(mainPart);
     tableStyle = new TableStyleCollection(this);
     runStyle = new RunStyleCollection(this);
     paraStyle = new ParagraphStyleCollection(this);
     this.QuoteCharacters = QuoteChars.IE;
     this.mainPart = mainPart;
 }
 internal TableStyleCollection(HtmlDocumentStyle documentStyle)
 {
     this.documentStyle = documentStyle;
     paragraphStyle     = new ParagraphStyleCollection(documentStyle);
 }
Пример #4
0
 internal TableStyleCollection(HtmlDocumentStyle documentStyle)
 {
     this.documentStyle = documentStyle;
     paragraphStyle = new ParagraphStyleCollection(documentStyle);
 }