Example #1
0
 public Document(WordprocessingDocument docx)
 {
     _docx          = docx;
     _styleAccessor = StyleFactory.Default(docx.MainDocumentPart);
 }