protected void RunCreated(DocxNode node, Run run) { DocxRunStyle style = new DocxRunStyle(); style.Process(run, node); }