資源簡介
代碼片段和文件信息
using?System;
using?System.IO;
using?System.IO.Packaging;
using?System.xml;
namespace?DocxSearcher
{
????class?DocxReader?:?IDisposable
????{
????????protected?const?string
????????????MainDocumentRelationshipType?=?“http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument“
????????????//?xml?namespaces
????????????WordprocessingMLNamespace?=?“http://schemas.openxmlformats.org/wordprocessingml/2006/main“
????????????RelationshipsNamespace?=?“http://schemas.openxmlformats.org/officeDocument/2006/relationships“
????????????//?Miscellaneous?elements
????????????DocumentElement?=?“document“
????????????BodyElement?=?“body“
????????????//?Block-Level?elements
????????????ParagraphElement?=?“p“
????????????TableElement?=?“tbl“
?????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????878??2013-12-05?13:43??DocxSearcher\DocxSearcher.sln
?????目錄???????????0??2014-06-11?20:39??DocxSearcher\DocxSearcher\
?????文件???????10053??2013-12-05?13:43??DocxSearcher\DocxSearcher\DocxReader.cs
?????文件????????2763??2013-12-05?13:43??DocxSearcher\DocxSearcher\DocxSearcher.csproj
?????文件????????1199??2013-12-05?13:43??DocxSearcher\DocxSearcher\DocxToStringConverter.cs
?????文件????????2914??2013-12-05?13:43??DocxSearcher\DocxSearcher\MainForm.cs
?????文件???????13988??2013-12-05?13:43??DocxSearcher\DocxSearcher\MainForm.Designer.cs
?????文件????????5990??2013-12-05?13:43??DocxSearcher\DocxSearcher\MainForm.resx
?????文件?????????452??2013-12-05?13:43??DocxSearcher\DocxSearcher\Program.cs
?????目錄???????????0??2014-06-11?20:39??DocxSearcher\DocxSearcher\Properties\
?????文件????????1451??2013-12-05?13:43??DocxSearcher\DocxSearcher\Properties\AssemblyInfo.cs
評論
共有 條評論