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