资源简介
代码片段和文件信息
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
相关资源
- C#winform打印指定区域 -控件拖动 -设置
- C# 创建PDF文档
- word中批注替换和查找替换
- Word文件转Html文档目录
- 根据文件列表,合并文本文件,保持
- C#批量格式化文档插件源码
- WordToPDF
- Delphi控制Word (非项目形式)
-
Couchba
se使用教程(文档) - C#仿word调整字体
- C# 文本图像旋转(TransformRotate)
- c#窗体应用双色球小游戏(附文档)
- 将Excel数据分解到多个文本文件
- 将文本文件数据分解到Excel中的不同数
- 读取多个Word文档文件到Excel同一数据
- 读取Excel指定表数据到文本文件
- 读取文本文件到Excel并对数据列进行格
- 在Excel的指定范围内搜索文本
- 自制数值文本框组件
- 创建PDF文档
- C#打印文本
- 不能输入文字和英文的文本框可用于
- winform富文本编辑器(kwig)
- WinformHTMLEditor winform 富文本编辑器
- CSharp-Word C#对Word的常用操作
- VISUAL-CSharp-ARCENGINE 一个很详细的GIS开
- word 利用c#对自动生成word报告
- DocToPDF
- WordDemo 在Winform窗体中嵌入Word
- WpfDockingLibrary WPF多文档模式停靠窗口
评论
共有 条评论