专业网站建设品牌,十四年专业建站经验,服务6000+客户--广州京杭网络
免费热线:400-683-0016      微信咨询  |  联系我们

C#解析读取Word文档详细信息属性

当前位置:网站建设 > 技术支持
资料来源:网络整理       时间:2023/2/14 0:36:37       共计:3611 浏览
using Microsoft.Office; using Microsoft.Office.Interop.Word; using Microsoft.Office.Tools.Word; using Microsoft.Office.Core;
public static string readWordFileKey(string file)         {             string strkey = "";             try             {                 Microsoft.Office.Interop.Word.Application wordApp;                   //Word应用程序变量                  wordApp = new Microsoft.Office.Interop.Word.Application(); //初始化                 wordApp.Visible = false;                 Microsoft.Office.Interop.Word.Document wordDoc;                  //Word文档变量                                  object owordpath = file;                 object missing = System.Reflection.Missing.Value;                 object vreadonly = true;                 object vrevert = false;                 object vvisible = false;                 wordDoc = wordApp.Documents.Open(ref owordpath, ref missing, ref vreadonly,                     ref missing, ref missing, ref missing,                     ref missing, ref missing, ref missing, ref missing, ref missing,                     ref missing,                     ref missing, ref missing, ref missing);                                  strkey = wordDoc.Application.ActiveDocument.BuiltInDocumentProperties[WdBuiltInProperty.wdPropertyKeywords].Value;
                object nosave = false;                 wordDoc.Close(ref nosave, ref missing, ref missing);
                wordApp.Quit();
            }             catch (Exception e)             {                 //  MessageBox.Show(e.Message, "", MessageBoxButtons.OK, MessageBoxIcon.None, MessageBoxDefaultButton.Button1, MessageBoxOptions.ServiceNotification);             }             return strkey;         }
版权说明:
本网站凡注明“广州京杭 原创”的皆为本站原创文章,如需转载请注明出处!
本网转载皆注明出处,遵循行业规范,如发现作品内容版权或其它问题的,请与我们联系处理!
欢迎扫描右侧微信二维码与我们联系。
·上一条:(NPOI)Excel转HTML | ·下一条:FlexPaper+OpenOffice实现web的在线文档预览功能

Copyright © 广州京杭网络科技有限公司 2005-2025 版权所有    粤ICP备16019765号 

广州京杭网络科技有限公司 版权所有