/// 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:& = b"w:p";