👆 回到上一级目录
├── comments
│ ├── comments-extended-part.ts
│ ├── comments-part.ts
│ └── elements.ts
├── common
│ ├── open-xml-package.ts
│ ├── part.ts
│ └── relationship.ts
├── document
│ ├── bookmarks.ts
│ ├── border.ts
│ ├── common.ts
│ ├── document-part.ts
│ ├── document.ts
│ ├── dom.ts
│ ├── fields.ts
│ ├── line-spacing.ts
│ ├── paragraph.ts
│ ├── run.ts
│ ├── section.ts
│ └── style.ts
├── document-parser.ts
├── document-props
│ ├── core-props-part.ts
│ ├── core-props.ts
│ ├── custom-props-part.ts
│ ├── custom-props.ts
│ ├── extended-props-part.ts
│ └── extended-props.ts
├── docx-preview.ts
├── font-table
│ ├── font-table.ts
│ └── fonts.ts
├── header-footer
│ ├── elements.ts
│ └── parts.ts
├── html-renderer.ts
├── javascript.ts
├── length.ts
├── notes
│ ├── elements.ts
│ └── parts.ts
├── numbering
│ ├── numbering-part.ts
│ └── numbering.ts
├── parser
│ └── xml-parser.ts
├── settings
│ ├── settings-part.ts
│ └── settings.ts
├── styles
│ └── styles-part.ts
├── theme
│ ├── theme-part.ts
│ └── theme.ts
├── typings.d.ts
├── utils.ts
├── vml
│ └── vml.ts
└── word-document.ts
14 directories, 47 files
tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
HTML output hacked and copyleft © 1998 by Francesc Rocher
JSON output hacked and copyleft © 2014 by Florian Sesser
Charsets / OS/2 support © 2001 by Kyosuke Tokoro