docx_reader/documents/
header_id.rs

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