No announcements
Found 2815551 threads
-
0 Votes
How to format the oleobject in word document?
I had tried the inlineShape.ConvertToShape() method ,but when the inlineshape is an excel document, it doesn't work.Answered | 5 Replies | 4640 Views | Created by leechao - Wednesday, May 6, 2009 3:47 AM | Last reply by Avinash R - Wednesday, May 27, 2009 1:13 AM -
0 Votes
Coding for Read/write in word document
i want coding for how to read/write text in word document in vc++2012 There are many available links on the Web, try doing some ...Answered | 1 Replies | 1701 Views | Created by karthikeyan shanmugam17 - Tuesday, January 21, 2014 8:01 AM | Last reply by WayneAKing - Tuesday, January 21, 2014 9:42 AM -
0 Votes
Reading a Word document.
I am trying to read a word document word by word.Answered | 6 Replies | 3261 Views | Created by f2005359 - Friday, January 16, 2009 5:49 AM | Last reply by Harry Zhu - Thursday, January 22, 2009 8:00 AM -
1 Votes
Read page number of word document by interop word
In a Word document file, there are no pages.Answered | 2 Replies | 2054 Views | Created by Mirosi - Thursday, June 19, 2014 12:04 PM | Last reply by Charles Kenyon - Tuesday, July 18, 2017 8:19 PM -
0 Votes
Read a word document, when a word document 2007 is open
When the document is opened by someone else, and in this case, the error does not apply.Answered | 5 Replies | 3296 Views | Created by A. Arun - Wednesday, October 28, 2009 10:52 AM | Last reply by Harry Zhu - Tuesday, November 3, 2009 4:07 AM -
0 Votes
How to open a Word Document and read some values?
Hi, i have already developed a word addin which works fine.Answered | 1 Replies | 3402 Views | Created by bcinc. _ - Saturday, October 17, 2009 2:12 PM | Last reply by Jose Anton Bautista - Saturday, October 17, 2009 3:14 PM -
1 Votes
How to read if there are image inside a word document.
Hi, You can use foreach (Microsoft.Office.Interop.Word.InlineShape shape in Document.InlineShapes ) { // have your logic to check ...Answered | 1 Replies | 1708 Views | Created by Vikneshwar - Thursday, June 28, 2012 1:30 PM | Last reply by Kris444 - Thursday, June 28, 2012 2:25 PM -
0 Votes
How to validate formatting of word document using word macro
Cheers Paul Edstein [MS MVP - Word]Answered | 13 Replies | 2821 Views | Created by Raj Dotnet - Friday, March 7, 2014 11:52 AM | Last reply by macropod - Wednesday, December 10, 2014 11:23 PM -
1 Votes
server properties does not appear in word online and editing document in word
I guess that's why Word online doesn't support it either.Answered | 2 Replies | 738 Views | Created by exploreIT - Friday, January 13, 2017 4:09 PM | Last reply by exploreIT - Tuesday, January 17, 2017 9:29 AM -
4 Votes
Run word add-in on word online
I tested in a demo Contoso tenant, and it worked fine there as you could read in my blog.Answered | 10 Replies | 1135 Views | Created by Praneeth.Wickramasinghe - Wednesday, August 5, 2015 7:00 AM | Last reply by Roland Oldengarm - Thursday, August 20, 2015 8:27 PM -
1 Votes
Document not visually updating when inserting OpenXML into Office Online Word document
From reading the wopi documentation, it would seem that using the cloud partnership version of OOS, MS will prompt the business users for their Office 365 credentials to validate ...Answered | 12 Replies | 2059 Views | Created by trs79 - Monday, October 9, 2017 8:41 PM | Last reply by Tom Jebo - Friday, January 3, 2020 4:55 PM -
2 Votes
Convert word documents to SharePoint pages
There's another module that takes care of converting Word documents into PDF and other formats.Answered | 8 Replies | 9165 Views | Created by chester23 - Wednesday, January 18, 2012 9:41 AM | Last reply by Colin at Kaboodle - Friday, August 2, 2013 6:35 AM -
0 Votes
Importing data from word document(Table format)
How about going form Word tables to Excel, and then from Excel to SQL Server?Answered | 15 Replies | 3293 Views | Created by vinay9738 - Tuesday, August 4, 2015 11:40 AM | Last reply by ryguy72 - Saturday, August 8, 2015 2:34 AM -
0 Votes
Code to add html formatted string to a word document using Word Library
http://asptutorials.net/C-SHARP/accessing-ms-word-documents-from-dot-net/ http://www.c-sharpcorner.com/UploadFile/amrish_deep/WordAutomation05102007 ...Answered | 1 Replies | 3760 Views | Created by Genelia - Monday, December 14, 2009 8:47 AM | Last reply by Narayanan Dayalan - Monday, December 14, 2009 8:53 AM -
3 Votes
How to convert the current form into a document / word document
I thin k that would be much beetter than a word document .Answered | 4 Replies | 990 Views | Created by Jeevan Vinay - Saturday, May 23, 2015 11:09 AM | Last reply by Andy ONeill - Monday, May 25, 2015 9:37 AM -
0 Votes
Read word document that contains a table in c#
Hi, here is simple code snippet you can try: // Load Word file. var document = DocumentModel.Load(Server.MapPath("Document.docx")); // Get first ...Answered | 5 Replies | 28050 Views | Created by shubha.S - Tuesday, December 1, 2009 6:25 AM | Last reply by HardikOutright - Wednesday, August 14, 2019 2:00 PM -
0 Votes
Read selected text from word document 2013
I am trying to do un select block text from word through word app.Answered | 3 Replies | 851 Views | Created by Isak Ågren - Sunday, June 15, 2014 4:18 PM | Last reply by sunmoorthy - Monday, August 10, 2015 6:24 PM -
0 Votes
Merging Word Documents in ASP.Net
Thanks & regards, Ashawani Tier 2 Application Support Server and Tools Online Engineering Live Services TeamAnswered | 1 Replies | 9147 Views | Created by Vivek Batra - Wednesday, August 26, 2009 7:46 AM | Last reply by ashawani_dubey - Wednesday, August 26, 2009 8:47 AM -
0 Votes
how to copy cotent of a word document and paste into another word document.
its doc and docx both. and sorry for the bad explanation in Question i want to copy the Complte content of word document into another word Document.Answered | 7 Replies | 2707 Views | Created by Ayub Khan M - Friday, October 16, 2015 4:57 AM | Last reply by Ashok Kumar_ - Wednesday, November 18, 2015 2:25 AM -
0 Votes
How to delete Content Control in Word document using OpenXML Format SDK?
> How to delete Content Control in Word document using OpenXML Format SDK?Answered | 1 Replies | 1404 Views | Created by Selvam S - Thursday, October 8, 2015 11:40 AM | Last reply by Edward8520 - Friday, October 9, 2015 2:54 AM - Items 1 to 20 of 2815551 Next ›
No announcements