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

            style.Process(run, node);
        }
예제 #2
0
 protected void RunCreated(DocxNode node, Run run)
 {
     DocxRunStyle style = new DocxRunStyle();
     style.Process(run, node);
 }