How to apply a Word Quick Style in C# - not just simple formatting but the entire style?
问题 I admit, I am very new to using the Interop libraries, but the advice people always seem to give is, record a macro and check out the vba code. The problem is, the macro does not record exactly what I am doing: Clicking a Quick Style to apply it to the current selection . My task is pretty simple: I need to apply a Quick Style to a Paragraph ( Microsoft.Office.Interop.Word.Paragraph ) . Using the set_style command however, only applies basic formatting, and the paragraph keeps it original