npoi 導出word中寫入特殊字符

今天碰到一個要在word中插入複選框的特殊符號,找了半天,發現相關文檔不太多。跟你們分享下。字體

代碼實現起來很簡單。spa

run以前的代碼就不寫了。你們能夠網上搜索。code

run.FontFamily = "Wingdings 2";//這邊是特殊字符的字體
text = text.Replace("name", Convert.ToChar(0x0052).ToString());//0x0052是特殊字符的十六進制代碼
//text = text.Replace("name", "R");//該代碼也能夠實現(0x0052對應的字符就是R)

下圖是word中的特殊字符的相關屬性blog

相關文章
相關標籤/搜索