Login
Register
Tutorials
Forum
Career Development
Resources
Reviews
Jobs
Interview
Communities
Projects
Training
Silverlight Games
|
Bookmarks
|
New Members FAQ
|
Mentor
|
Code Converter
|
IT Companies
|
Peer Appraisal
|
Members
|
Revenue Sharing
|
Computer Jokes
|
New Posts
|
Social
|
Talk to Webmaster Tony John
Online Members
Pawan Awasthi
irfan ali
baskar
More...
Forums
»
.NET
»
.NET
»
Make Word 2007(.docx) settings using C#
Posted Date:
30 Jun 2011
Posted By::
Pramod
Member Level:
Gold
Member Rank:
506
Points
: 5
Responses:
0
Hi,
I need to set word 2007 options thru C# program.
For example Word Options-->Display-->Show document toolTips on Hover.
If we set it it won't disaplay toolTip for document differences trackings ,ex delete/inserted along with doc owner name when we mouse hover on the tag.
FYI----
For comparing 2 docx files I'm using below code
Microsoft.Office.Interop.Word.Application app = new Microsoft.Office.Interop.Word.ApplicationClass();
Microsoft.Office.Interop.Word.Document doc = app.Documents.Open(ref file1,......)
doc.SaveAs(ref ComparedOutput, ....);
doc.TrackRevisions = true;
doc.ShowRevisions = true;
doc.Compare(file2,...);
doc.Close(...);
app.quit(...);
This generates output docx with differences marked with baloon tags, my requirement is to remove ToolTip when mouse hover on these tags.
please provide me the solution.
Tweet
Responses
No responses found. Be the first to respond and make money from
revenue sharing program
.
Post Reply
You must
Sign In
to post a response.
Tweet
Next :
This is code i used to move values from permenet to mail
Previous :
How to attach file upto 10 MB file as an attachment
Return to Discussion Forum
Post New Message
Category:
Related Messages
Is there any expert to solve this?
what is difference between String and string(data type) in c#?
what is a resource file...
Horizontal Scroll Bar for a listview control
sql querry
Follow us on Twitter:
https://twitter.com/dotnetspider
Active Members
Today
Pawan Awasthi
(22)
srirama
(7)
baskar
(7)
Last 7 Days
baskar
(298)
Asheej T K
(173)
Ultimaterengan
(167)
more...
Awards & Gifts
Email subscription
.NET Jobs
.NET Articles
.NET Forums
Articles Rss Feeds
Forum Rss Feeds