Aspose.word reading Word paragraph content

Source: Internet
Author: User

Aspose.word plugin download Link: http://pan.baidu.com/s/1qXIgOXY Password: wsj2

Use reason: No need to install Office, no compatibility issues, cracked version has certain limitations

Code:

 public  paragraphcollection wordparagraphs ( String   FileName) {Document doc  = new Document (fileName);  if  (Doc.             FirstSection.Body.Paragraphs.Count > 0   return  Doc. FirstSection.Body.Paragraphs; // word   " return  null  ;}  
 Public string Getwordparagraphs (int  index) {       var phs = _word. Wordparagraphs (Server.MapPath (model. Wordfpath));           return Phs[i]. GetText ();}

Attached with Microsoft.Office.Interop.Word read paragraph (flexible but not resolved)

 Public classwordhelper{Private_document doc =NULL;  PublicWordhelper () {objapp=Newapplication (); } Public voidOpen (stringfileName) {     ObjectObjdoc =FileName; ObjectObjmissing =Missing.Value; Doc= ObjApp.Documents.Open (refobjdoc); Doc.  Activate (); }            Publicparagraphs getparagraphs () {returnobjApp.ActiveDocument.Paragraphs; } Public stringGetparagraphs (intindex) {returnObjapp.activedocument.paragraphs[index].  Range.Text; }     Public voidClose () {objApp.ActiveDocument.Close ();  Objapp.quit (); }}

Aspose.word reading Word paragraph content

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.