Click here to Skip to main content
Sign Up to vote bad
good
See more: C#
HI,
 
How can i remove bullet from Winword 2007 using C#
 
here i have mention code below it will open word file using c#
 
object file = @"D:\SAMPLE QUESTIONS.docx";
wd = new Word.Application();
            document = wd.Documents.Open(ref file, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj);

wd.ActiveWindow.Selection.WholeStory();
           wd.ActiveWindow.Selection.Copy(); IDataObject data = Clipboard.GetDataObject();
           string text = data.GetData(DataFormats.Text).ToString();
           richTextBox1.Text = text;
 
can you help me for above issue its Urgent
 
Thanks
Vijay.S
Posted 3 Sep '12 - 20:28

Comments
biswarup88 - 4 Sep '12 - 3:20
good ques

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

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 OriginalGriff 208
1 Maciej Los 156
2 Richard MacCutchan 145
3 Tadit Dash 140
4 Santhosh G_ 135
0 Sergey Alexandrovich Kryukov 10,264
1 OriginalGriff 7,957
2 CPallini 4,201
3 Rohan Leuva 3,522
4 Maciej Los 3,155


Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 4 Sep 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid