@@ -0,0 +1,7 @@
package docxlib
// addImage add image to docx and return its rId
func (f *Docx) addImage(m Media) string {
f.addMedia(m)
return f.addImageRelation(m)
}
The note is not visible to the blocked user.