c# - How to Change the Color Scheme in a Docx document? -
i want know if possible modify colors of document programatically using c#.

after generating document using c# language, how can modify document theme color? have tried using macro didn't worked.
the solution problem was:
- save desired theme in thmx format;
create following macro:
sub macrosettheme()
activedocument.applydocumenttheme _ "c:\users\admin\theme.thmx" activedocument.saveend sub
Comments
Post a Comment