Example #1
0
        protected void RunCreated(DocxNode node, Run run)
        {
            DocxRunStyle style = new DocxRunStyle();

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