docx_reader/documents/
footer_id.rs

1pub fn create_footer_rid(id: usize) -> String {
2	format!("rIdFooter{}", id)
3}