aspose.word 读取word段落内容
2018-06-17 22:43:57来源:未知 阅读 ()
注:转载请标明文章原始出处及作者信息
aspose.word 插件下载 链接: http://pan.baidu.com/s/1qXIgOXY 密码: wsj2
使用原因:无需安装office,无兼容性问题,破解版有一定限制
代码:
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(); }
附上使用Microsoft.Office.Interop.Word 读取段落(操作灵活但兼容性未解决)
public class WordHelper { private _Document doc = null; public WordHelper() { objApp = new Application(); } public void Open(string fileName) { object objDoc = fileName; object objMissing = Missing.Value; doc = objApp.Documents.Open(ref objDoc); doc.Activate(); } public Paragraphs GetParagraphs() { return objApp.ActiveDocument.Paragraphs; } public string GetParagraphs(int index) { return objApp.ActiveDocument.Paragraphs[index].Range.Text; } public void Close() { objApp.ActiveDocument.Close(); objApp.Quit(); } }
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- Python--代码1(接口测试:测试用例从数据库读取写到yaml文 2019-07-24
- Python基础(七)——文件和异常 2019-07-24
- python 3.x 循环读取文件用户登录 2019-04-25
- 学习之路-->大小文件读取并分页展示 2019-04-25
- python 使用win32com实现对word文档批量替换页眉页脚 2019-04-11
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash