docx-template 0.2.7

This is a tool for replacing docx file templates.
Documentation
1
2
3
4
5
6
7
8
9

/// word文件中内容xml文件
pub static WORD_DOCUMENT:&str = "word/document.xml";
/// word文件中关联图片关系xml
pub static WORD_RELS_DOCUMENT:&str = "word/_rels/document.xml.rels";
/// word文件中图片名称
pub static WORD_MEDIA_IMAGE:&str = "word/media/image_";
/// word document.xml文件中段落tag
pub static WORD_PARAGRAPH_TAG:&[u8] = b"w:p";