示例#1
0
 internal ParagraphStyleCollection(HtmlDocumentStyle documentStyle)
 {
     this.documentStyle = documentStyle;
 }
 internal RunStyleCollection(HtmlDocumentStyle documentStyle)
 {
     this.documentStyle = documentStyle;
 }
示例#3
0
 internal TableStyleCollection(HtmlDocumentStyle documentStyle)
 {
     this.documentStyle = documentStyle;
     paragraphStyle     = new ParagraphStyleCollection(documentStyle);
 }