C# 設定Word docx 文件的樣式(Style)

其實只是不是直接用.Style屬性設定,而是藉由 set_Style()方法完成。引數仍與VBA中的字串值相同也。如「標題 1」等。


                //wTitleRng.set_Style("標題 2");//此二式均可

                wTitleRng.set_Style(d.Styles["標題 2"]);

 

Interop.Word.Paragraph.Style Question (narkive.com)


Set_style() is not setting up the style on text using interop C# (microsoft.com)


interop - How to apply a Word Quick Style in C# - not just simple formatting but the entire style? - Stack Overflow

Microsoft.Office.Interop.Word.set_Style C# (CSharp) Code Examples - HotExamples

Word set_Style - Google 搜尋


C# (CSharp) Code Examples - HotExamples


Style.NoSpaceBetweenParagraphsOfSameStyle Property (Microsoft.Office.Interop.Word) | Microsoft Docs




留言

熱門文章