public DefaultDocumentSectionRenderer(DocX _document, IDocumentSubSectionRenderer documentSubSectionRenderer)
        {
            _wordDocument = _document;

            _formatting = new FormattingRepository();

            _documentSubSectionRenderer = documentSubSectionRenderer;
        }
 public NextStepsDocumentSectionRenderer(DocX document, IDocumentSubSectionRenderer documentSubSectionRenderer)
     : base(document, documentSubSectionRenderer)
 {
 }