Esempio n. 1
0
 public DocxChunk(string content, ContentType contentType)
 {
     this.Content     = content;
     this.contentInfo = GetContentInfo(contentType);
 }
Esempio n. 2
0
 public DocxChunk(string content, ContentType contentType)
 {
     this.Content = content;
     this.contentInfo = GetContentInfo(contentType);
 }