Click here to Skip to main content
15,918,889 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
HOW TO APPLY BULLETS AND NUMBERING to THE WORD DOCUMENT BY USING c#(I AM USING INTEROP DLL)

PART-1

1.1----------------------------
a.a--------------------
a.b------------------------
1.2-------------------------------
a.a--------------
a.b---------
part-2
1.1----------------
a.a---------
a.b---------
Posted

1 solution

Here is a link, which will guide you to add bullet using interop.
http://stackoverflow.com/questions/11508286/bullet-points-in-word-with-c-sharp-interop[^]

You can use Open XML SDK of Microsoft. This is very easy to use and you don't need Word to be installed.
http://www.microsoft.com/en-us/download/details.aspx?id=5124[^]

cheers
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900