【教程】Spire.Doc系列教程(5):C# 在Word中設置文字效果

本文將介紹如何使用Spire.Doc來設置文字效果,包括文本邊框,文本填充,文字陰影等。 //實例化一個Document對象 Document doc = new Document(); //向文檔中添加一個Section對象 Section sec = doc.AddSection(); //在這個section上添加一個段落並給文字加邊框 Paragraph p1 = sec.AddPara
相關文章
相關標籤/搜索